#CCC582

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

Shades of Winter Hazel #CCC582

Tints of Winter Hazel #CCC582

Color information

#CCC582 (or 0xCCC582) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 82. RGB value is (204,197,130). Sum of RGB (Red+Green+Blue) = 204+197+130=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC582 is #333A7D. Grayscale: #BFBFBF. Windows color (decimal): -3357310 or 8570316. OLE color: 8570316.

HSL color Cylindrical-coordinate representation of color #CCC582: hue angle of 54.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCC582 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204197130-
CMYK00.030.360.2
HSL54.32º42.05%65.49%-
HSV(B)54.32º36.27%80%-
XYZ48.954.3829.04-
YUV191.4693.32136.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=38.42%
G=37.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419713000.030.360.254.3242.0565.49
HexCCC582032414362a41
Octal3143052020344246652101
Binary110011001100010110000010011100100101001101101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC582; }

 p { color: rgb(204,197,130); }

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

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

 a { background-color: rgb(204,197,130); }

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

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

 span { border-color: rgb(204,197,130); }

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