#CCC688

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

Shades of Winter Hazel #CCC688

Tints of Winter Hazel #CCC688

Color information

#CCC688 (or 0xCCC688) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 88. RGB value is (204,198,136). Sum of RGB (Red+Green+Blue) = 204+198+136=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC688 is #333977. Grayscale: #C0C0C0. Windows color (decimal): -3357048 or 8963788. OLE color: 8963788.

HSL color Cylindrical-coordinate representation of color #CCC688: hue angle of 54.71º 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 #CCC688 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204198136-
CMYK00.030.330.2
HSL54.71º40%66.67%-
HSV(B)54.71º33.33%80%-
XYZ49.545531.3-
YUV192.7395.99136.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 198 (77.73% from 255) = 36.80%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=37.92%
G=36.80%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419813600.030.330.254.714066.67
HexCCC688032114372843
Octal3143062100341246750103
Binary110011001100011010001000011100001101001101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC688; }

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

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

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

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

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

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

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

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