Skip to main content Skip to docs navigation

#cb167a hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bramble Jam and its hex is #C71581 Nearest Color Name

Color Hue/Base color: Red

Hex #cb167a Color code in RGB color code model is created after adding 79.61% red color, 8.63% green color and 47.84% blue color. Hex #cb167a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 40% yellow and 20.39% black.

Hex #cb167a color code is between #cc1177 web safe hex color code and #bb2288 web safe hex color code. #cc1177 is the nearest web safe color code. You can see here many more shades of #cb167a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code cb167a #cb167a
RGB Decimal 203, 22, 122 203, 22, 122
RGB Percent 80%, 9%, 48% rgb(80%, 9%, 48%)
CSS RGBa 203, 22, 122,1 rgba(203,22,122,1)
CMYK Model cmyk(0%,89%,40%,20.39%)
HSL Color Space 327,80% ,44% hsl(327,80% ,44%)
HSV Color Space 327°, 89%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00010110 01111010
Octal 313 26 172
Decimal 203 22 122
Hex cb 16 7a

Different shades of #cb167a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #cb167a
#410727
Darker of #cb167a
#6f0c43
Dark of #cb167a
#9d115e
Base of #cb167a
#cb167a
Light of #cb167a
#e82c94
Lighter
#ed5aab
Lightest
#f288c3

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cb167a
#16cb67

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cb167a
#20cb16
#16cbc2

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b216cb
#cb16c5
#cb167a
#cb163e
#cb3a16

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cb167a
#167acb
#7acb16

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cb167a
#7acb16
#16cb67
#6716cb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cb167a
#cbc216
#16cb67
#1620cb

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #cb167a

#13020b
#410727
#6f0c43
#9d115e
#cb167a
#e82c94
#ed5aab
#f288c3
#f7b6da

Tints of #cb167a Color

#cb167a
#d02f88
#d64997
#dc63a6
#e27db5
#e797c3
#edb1d2
#f3cbe1
#f9e5f0
#ffffff

Shades of #cb167a color code

Generate more color scales with scales (color stack) generator.

#cb167a
#b4136c
#9d115e
#870e51
#700c43
#5a0936
#430728
#2d041b
#16020d
#000000

Tones

#cb167a
#b52d78
#9e4375
#885a73
#717071

Tones

Similar Color like #cb167a color

Find visually similar hex color codes nearing to #cb167a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cc177b
#cd187c
#ce197d
#cf1a7e
#d01b7f
#d11c80
#d21d81
#d31e82
#d41f83
#d52084
#d62185
#d72286
#d82387
#d92488
#ca1579
#c91478
#c81377
#c71276
#c61175
#c51074
#c40f73
#c30e72
#c20d71
#c10c70
#c00b6f
#bf0a6e
#be096d
#bd086c

Download this Dark Red

Hex #cb167a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cb167a Color Code Preview on Black Background Color

This is how #cb167a Color will look on black background color. Color contrast ratio is 3.94

#cb167a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cb167a">Your Example Paragraph content text in with font color #cb167a </p>

Your Example Paragraph content text in with font color #cb167a

HTML with inline CSS

<div style="color:#cb167a">Your Paragraph text in with font color #cb167a </div>

Your Example Paragraph content text in with font color #cb167a

#cb167a color code is use for CSS Background Color

Background color for the above div is #cb167a

HTML with inline CSS

<div style="background-color:#cb167a;"></div>

#cb167a color code is use for CSS Border Color

CSS Border color for the above div is #cb167a

HTML with inline CSS

<div style="border:5px solid #cb167a;"></div>

CSS Border Left color for the above div is #cb167a

HTML with inline CSS

<div style="border-left:5px solid #cb167a;"></div>

CSS Border Right color for the above div is #cb167a

HTML with inline CSS

<div style="border-right:5px solid #cb167a;"></div>

CSS Border Bottom color for the above div is #cb167a

HTML with inline CSS

<div style="border-bottom:5px solid #cb167a;"></div>

CSS Border Top color for the above div is #cb167a

HTML with inline CSS

<div style="border-top:5px solid #cb167a;"></div>

#cb167a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cb167a; } .examplecolorclass {color:#cb167a; } .examplebordercolor {border:3px solid #cb167a; }

#cb167a Color code Preview on White Background

This is how #cb167a Color code will look on white background color. Color contrast ratio is 5.34

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cb167a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cb167a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(203,22,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(22,203,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,22,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }