#CCC788

Color #CCC788 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC788

Tints of Winter Hazel #CCC788

Color information

#CCC788 (or 0xCCC788) is unknown color: approx Winter Hazel. HEX triplet: CC, C7 and 88. RGB value is (204,199,136). Sum of RGB (Red+Green+Blue) = 204+199+136=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC788 is #333877. Grayscale: #C1C1C1. Windows color (decimal): -3356792 or 8964044. OLE color: 8964044.

HSL color Cylindrical-coordinate representation of color #CCC788: hue angle of 55.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC788 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204199136-
CMYK00.020.330.2
HSL55.59º40%66.67%-
HSV(B)55.59º33.33%80%-
XYZ49.7755.4631.37-
YUV193.3195.66135.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 136 (53.52% from 255) = 25.23%
R=37.85%
G=36.92%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419913600.020.330.255.594066.67
HexCCC788022114382843
Octal3143072100241247050103
Binary110011001100011110001000010100001101001110001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC788; }

 p { color: rgb(204,199,136); }

 H1.HeaderClassName
 {
   color: #CCC788;
 }
 .AnyTagClassName
 {
   color: #CCC788;
 }
</style>
background-color css

<style>
 a { background-color: #CCC788; }

 a { background-color: rgb(204,199,136); }

 div.DivClassName
 {
   background-color: #CCC788;
 }
 .BgClassName
 {
   background-color: #CCC788;
 }
</style>
border-color css

<style>
 span { border-color: #CCC788; }

 span { border-color: rgb(204,199,136); }

 td.TdClassName
 {
   border-color: #CCC788;
 }
 .TagClassName
 {
   border-color: #CCC788;
 }
</style>