Color Hex Logo

#cb9678 Color Hex

#CB9678
(203,150,120)
0 Favorites   0 Comments

Color spaces of #cb9678

RGB 203150120
HSL0.060.440.63
HSV22°41°80°
CMYK 0.000.260.41   0.20
XYZ38.925135.865322.6404
Yxy35.86530.39950.3681
Hunter Lab59.887611.216119.5069
CIE-Lab66.416916.062423.6109

#cb9678 color RGB value is (203,150,120).

#cb9678 hex color red value is 203, green value is 150 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cb9678 hue: 0.06 , saturation: 0.44 and the lightness value of cb9678 is 0.63.

The process color (four color CMYK) of #cb9678 color hex is 0.00, 0.26, 0.41, 0.20. Web safe color of #cb9678 is #cc9966. Color #cb9678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010110 01111000
Octal 313 226 170
Decimal 203 150 120
Hex CB 96 78

RGB Percentages of Color #cb9678

%42.92
%31.71
%25.37

CMYK Percentages of Color #cb9678

%0
%26
%41
%20

Triadic Colors of #cb9678

#cb9678 #78cb96 #9678cb

Analogous Colors of #cb9678

#cb9678 #cbc078 #cb7884

Monochromatic Colors of #cb9678

#cb9678

Complementary Color

#cb9678 #78adcb

#cb9678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9678 Color CSS Codes

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

#cb9678 Text Font Color

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

This sample text font color is #cb9678
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.


#cb9678 Background Color

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

This div background color is #cb9678


#cb9678 Border Color

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

This div border color is #cb9678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9678


Comments

No comments written yet.

Please login to write comment.