Color Hex Logo

#cb696e Color Hex

#CB696E
(203,105,110)
0 Favorites   0 Comments

Color spaces of #cb696e

RGB 203105110
HSL0.990.490.60
HSV357°48°80°
CMYK 0.000.480.46   0.20
XYZ32.494623.925417.6573
Yxy23.92540.43870.3230
Hunter Lab48.913632.983512.8364
CIE-Lab56.013039.217415.0956

#cb696e color RGB value is (203,105,110).

#cb696e hex color red value is 203, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb696e hue: 0.99 , saturation: 0.49 and the lightness value of cb696e is 0.60.

The process color (four color CMYK) of #cb696e color hex is 0.00, 0.48, 0.46, 0.20. Web safe color of #cb696e is #cc6666. Color #cb696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 01101110
Octal 313 151 156
Decimal 203 105 110
Hex CB 69 6E

RGB Percentages of Color #cb696e

%48.56
%25.12
%26.32

CMYK Percentages of Color #cb696e

%0
%48
%46
%20

Triadic Colors of #cb696e

#cb696e #6ecb69 #696ecb

Analogous Colors of #cb696e

#cb696e #cb9569 #cb699f

Monochromatic Colors of #cb696e

#cb696e

Complementary Color

#cb696e #69cbc6

#cb696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb696e Color CSS Codes

.mybgcolor {background-color:#cb696e; } 
.myforecolor {color:#cb696e; }
.mybordercolor {border:3px solid #cb696e; }

#cb696e Text Font Color

<p style="color:#cb696e">Text here</p>

This sample text font color is #cb696e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb696e Background Color

<div style="background-color:#cb696e">
Div content here</div>

This div background color is #cb696e


#cb696e Border Color

<div style="border:3px solid #cb696e">
Div here</div>

This div border color is #cb696e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,105,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb696e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb696e;
  -webkit-box-shadow: 1px 1px 3px 2px #cb696e;
  box-shadow:         1px 1px 3px 2px #cb696e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,105,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb696e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb696e;
  -webkit-box-shadow: 1px 1px 3px 2px #cb696e;
  box-shadow:         1px 1px 3px 2px #cb696e;">
Div content here</div>

This div box has shadow with color #cb696e


Comments

No comments written yet.

Please login to write comment.