Color Hex Logo

#cbb060 Color Hex

#CBB060
(203,176,96)
0 Favorites   0 Comments

Color spaces of #cbb060

RGB 20317696
HSL0.120.510.59
HSV45°53°80°
CMYK 0.000.130.53   0.20
XYZ42.265344.591717.4458
Yxy44.59170.40520.4275
Hunter Lab66.7770-3.881431.2541
CIE-Lab72.6222-0.354244.1693

#cbb060 color RGB value is (203,176,96).

#cbb060 hex color red value is 203, green value is 176 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cbb060 hue: 0.12 , saturation: 0.51 and the lightness value of cbb060 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01100000
Octal 313 260 140
Decimal 203 176 96
Hex CB B0 60

RGB Percentages of Color #cbb060

%42.74
%37.05
%20.21

CMYK Percentages of Color #cbb060

%0
%13
%53
%20

Triadic Colors of #cbb060

#cbb060 #60cbb0 #b060cb

Analogous Colors of #cbb060

#cbb060 #b1cb60 #cb7b60

Monochromatic Colors of #cbb060

#cbb060

Complementary Color

#cbb060 #607bcb

#cbb060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb060 Color CSS Codes

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

#cbb060 Text Font Color

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

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


#cbb060 Background Color

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

This div background color is #cbb060


#cbb060 Border Color

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

This div border color is #cbb060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb060


Comments

No comments written yet.

Please login to write comment.