#CCC57F

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

Shades of Winter Hazel #CCC57F

Tints of Winter Hazel #CCC57F

Color information

#CCC57F (or 0xCCC57F) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 7F. RGB value is (204,197,127). Sum of RGB (Red+Green+Blue) = 204+197+127=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC57F is #333A80. Grayscale: #BFBFBF. Windows color (decimal): -3357313 or 8373708. OLE color: 8373708.

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

Color convert

RGB204197127-
CMYK00.030.380.2
HSL54.55º43.02%64.9%-
HSV(B)54.55º37.75%80%-
XYZ48.754.327.99-
YUV191.1191.82137.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 127 (50% from 255) = 24.05%
R=38.64%
G=37.31%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419712700.030.380.254.5543.0264.9
HexCCC57F032614372b41
Octal3143051770346246753101
Binary11001100110001011111111011100110101001101111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC57F; }

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

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

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

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

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

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

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

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