Color Hex Logo

#cbb075 Color Hex

#CBB075
(203,176,117)
0 Favorites   0 Comments

Color spaces of #cbb075

RGB 203176117
HSL0.110.450.63
HSV41°42°80°
CMYK 0.000.130.42   0.20
XYZ43.364845.031523.2360
Yxy45.03150.38850.4034
Hunter Lab67.1055-2.084726.4441
CIE-Lab72.91261.675233.7804

#cbb075 color RGB value is (203,176,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01110101
Octal 313 260 165
Decimal 203 176 117
Hex CB B0 75

RGB Percentages of Color #cbb075

%40.93
%35.48
%23.59

CMYK Percentages of Color #cbb075

%0
%13
%42
%20

Triadic Colors of #cbb075

#cbb075 #75cbb0 #b075cb

Analogous Colors of #cbb075

#cbb075 #bbcb75 #cb8575

Monochromatic Colors of #cbb075

#cbb075

Complementary Color

#cbb075 #7590cb

#cbb075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb075 Color CSS Codes

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

#cbb075 Text Font Color

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

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


#cbb075 Background Color

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

This div background color is #cbb075


#cbb075 Border Color

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

This div border color is #cbb075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb075


Comments

No comments written yet.

Please login to write comment.