Color Hex Logo

#cccb95 Color Hex

#CCCB95
(204,203,149)
0 Favorites   0 Comments

Color spaces of #cccb95

RGB 204203149
HSL0.160.350.69
HSV59°27°80°
CMYK 0.000.000.27   0.20
XYZ51.682657.719236.8507
Yxy57.71920.35340.3947
Hunter Lab75.9732-11.524024.4227
CIE-Lab80.5824-8.198527.1442

#cccb95 color RGB value is (204,203,149).

#cccb95 hex color red value is 204, green value is 203 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cccb95 hue: 0.16 , saturation: 0.35 and the lightness value of cccb95 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10010101
Octal 314 313 225
Decimal 204 203 149
Hex CC CB 95

RGB Percentages of Color #cccb95

%36.69
%36.51
%26.80

CMYK Percentages of Color #cccb95

%0
%0
%27
%20

Triadic Colors of #cccb95

#cccb95 #95cccb #cb95cc

Analogous Colors of #cccb95

#cccb95 #b2cc95 #ccb095

Monochromatic Colors of #cccb95

#cccb95

Complementary Color

#cccb95 #9596cc

#cccb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb95 Color CSS Codes

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

#cccb95 Text Font Color

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

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


#cccb95 Background Color

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

This div background color is #cccb95


#cccb95 Border Color

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

This div border color is #cccb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb95


Comments

No comments written yet.

Please login to write comment.