Color Hex Logo

#cbb076 Color Hex

#CBB076
(203,176,118)
1 Favorites   0 Comments

Color spaces of #cbb076

RGB 203176118
HSL0.110.450.63
HSV41°42°80°
CMYK 0.000.130.42   0.20
XYZ43.424045.055223.5474
Yxy45.05520.38760.4022
Hunter Lab67.1232-1.988526.1868
CIE-Lab72.92821.783033.2758

#cbb076 color RGB value is (203,176,118).

#cbb076 hex color red value is 203, green value is 176 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbb076 hue: 0.11 , saturation: 0.45 and the lightness value of cbb076 is 0.63.

The process color (four color CMYK) of #cbb076 color hex is 0.00, 0.13, 0.42, 0.20. Web safe color of #cbb076 is #cc9966. Color #cbb076 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01110110
Octal 313 260 166
Decimal 203 176 118
Hex CB B0 76

RGB Percentages of Color #cbb076

%40.85
%35.41
%23.74

CMYK Percentages of Color #cbb076

%0
%13
%42
%20

Triadic Colors of #cbb076

#cbb076 #76cbb0 #b076cb

Analogous Colors of #cbb076

#cbb076 #bccb76 #cb8676

Monochromatic Colors of #cbb076

#cbb076

Complementary Color

#cbb076 #7691cb

#cbb076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb076 Color CSS Codes

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

#cbb076 Text Font Color

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

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


#cbb076 Background Color

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

This div background color is #cbb076


#cbb076 Border Color

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

This div border color is #cbb076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb076


Comments

No comments written yet.

Please login to write comment.