#CCC57A

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

Shades of Winter Hazel #CCC57A

Tints of Winter Hazel #CCC57A

Color information

#CCC57A (or 0xCCC57A) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 7A. RGB value is (204,197,122). Sum of RGB (Red+Green+Blue) = 204+197+122=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC57A is #333A85. Grayscale: #BEBEBE. Windows color (decimal): -3357318 or 8046028. OLE color: 8046028.

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

Color convert

RGB204197122-
CMYK00.030.400.2
HSL54.88º44.57%63.92%-
HSV(B)54.88º40.2%80%-
XYZ48.3854.1826.32-
YUV190.5489.32137.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 122 (48.05% from 255) = 23.33%
R=39.01%
G=37.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419712200.030.400.254.8844.5763.92
HexCCC57A032814372d40
Octal3143051720350246755100
Binary11001100110001011111010011101000101001101111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC57A; }

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

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

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

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

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

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

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

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