Color Hex Logo

#cbc796 Color Hex

#CBC796
(203,199,150)
0 Favorites   0 Comments

Color spaces of #cbc796

RGB 203199150
HSL0.150.340.69
HSV55°26°80°
CMYK 0.000.020.26   0.20
XYZ50.557055.745436.9495
Yxy55.74540.35290.3891
Hunter Lab74.6628-9.791022.9223
CIE-Lab79.4687-6.382425.0995

#cbc796 color RGB value is (203,199,150).

#cbc796 hex color red value is 203, green value is 199 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbc796 hue: 0.15 , saturation: 0.34 and the lightness value of cbc796 is 0.69.

The process color (four color CMYK) of #cbc796 color hex is 0.00, 0.02, 0.26, 0.20. Web safe color of #cbc796 is #cccc99. Color #cbc796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 10010110
Octal 313 307 226
Decimal 203 199 150
Hex CB C7 96

RGB Percentages of Color #cbc796

%36.78
%36.05
%27.17

CMYK Percentages of Color #cbc796

%0
%2
%26
%20

Triadic Colors of #cbc796

#cbc796 #96cbc7 #c796cb

Analogous Colors of #cbc796

#cbc796 #b5cb96 #cbad96

Monochromatic Colors of #cbc796

#cbc796

Complementary Color

#cbc796 #969acb

#cbc796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc796 Color CSS Codes

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

#cbc796 Text Font Color

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

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


#cbc796 Background Color

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

This div background color is #cbc796


#cbc796 Border Color

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

This div border color is #cbc796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc796


Comments

No comments written yet.

Please login to write comment.