#CCC37A

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

Shades of Winter Hazel #CCC37A

Tints of Winter Hazel #CCC37A

Color information

#CCC37A (or 0xCCC37A) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 7A. RGB value is (204,195,122). Sum of RGB (Red+Green+Blue) = 204+195+122=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37A is #333C85. Grayscale: #BDBDBD. Windows color (decimal): -3357830 or 8045516. OLE color: 8045516.

HSL color Cylindrical-coordinate representation of color #CCC37A: hue angle of 53.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC37A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204195122-
CMYK00.040.400.2
HSL53.41º44.57%63.92%-
HSV(B)53.41º40.2%80%-
XYZ47.9353.2726.17-
YUV189.3789.98138.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=39.16%
G=37.43%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419512200.040.400.253.4144.5763.92
HexCCC37A042814352d40
Octal3143031720450246555100
Binary110011001100001111110100100101000101001101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC37A; }

 p { color: rgb(204,195,122); }

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

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

 a { background-color: rgb(204,195,122); }

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

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

 span { border-color: rgb(204,195,122); }

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