Color Hex Logo

#ccc591 Color Hex

#CCC591
(204,197,145)
0 Favorites   0 Comments

Color spaces of #ccc591

RGB 204197145
HSL0.150.370.68
HSV53°29°80°
CMYK 0.000.030.29   0.20
XYZ49.978954.814234.7341
Yxy54.81420.35820.3929
Hunter Lab74.0366-9.066524.0099
CIE-Lab78.9341-5.628327.0235

#ccc591 color RGB value is (204,197,145).

#ccc591 hex color red value is 204, green value is 197 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ccc591 hue: 0.15 , saturation: 0.37 and the lightness value of ccc591 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10010001
Octal 314 305 221
Decimal 204 197 145
Hex CC C5 91

RGB Percentages of Color #ccc591

%37.36
%36.08
%26.56

CMYK Percentages of Color #ccc591

%0
%3
%29
%20

Triadic Colors of #ccc591

#ccc591 #91ccc5 #c591cc

Analogous Colors of #ccc591

#ccc591 #b6cc91 #cca891

Monochromatic Colors of #ccc591

#ccc591

Complementary Color

#ccc591 #9198cc

#ccc591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc591 Color CSS Codes

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

#ccc591 Text Font Color

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

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


#ccc591 Background Color

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

This div background color is #ccc591


#ccc591 Border Color

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

This div border color is #ccc591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc591

#ccc591 Color Palettes


Comments

No comments written yet.

Please login to write comment.