#CCC682

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

Shades of Winter Hazel #CCC682

Tints of Winter Hazel #CCC682

Color information

#CCC682 (or 0xCCC682) is unknown color: approx Winter Hazel. HEX triplet: CC, C6 and 82. RGB value is (204,198,130). Sum of RGB (Red+Green+Blue) = 204+198+130=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC682 is #33397D. Grayscale: #C0C0C0. Windows color (decimal): -3357054 or 8570572. OLE color: 8570572.

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

Color convert

RGB204198130-
CMYK00.030.360.2
HSL55.14º42.05%65.49%-
HSV(B)55.14º36.27%80%-
XYZ49.1354.8429.11-
YUV192.0492.99136.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=38.35%
G=37.22%
B=24.44%

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
Decimal20419813000.030.360.255.1442.0565.49
HexCCC682032414372a41
Octal3143062020344246752101
Binary110011001100011010000010011100100101001101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC682; }

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

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

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

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

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

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

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

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