#CCC58F

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

Shades of Winter Hazel #CCC58F

Tints of Winter Hazel #CCC58F

Color information

#CCC58F (or 0xCCC58F) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 8F. RGB value is (204,197,143). Sum of RGB (Red+Green+Blue) = 204+197+143=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58F is #333A70. Grayscale: #C1C1C1. Windows color (decimal): -3357297 or 9422284. OLE color: 9422284.

HSL color Cylindrical-coordinate representation of color #CCC58F: hue angle of 53.11º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC58F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204197143-
CMYK00.030.300.2
HSL53.11º37.42%68.04%-
HSV(B)53.11º29.9%80%-
XYZ49.8354.7533.93-
YUV192.9499.82135.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=37.5%
G=36.21%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419714300.030.300.253.1137.4268.04
HexCCC58F031E14352544
Octal3143052170336246545104
Binary11001100110001011000111101111110101001101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC58F; }

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

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

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

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

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

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

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

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