#CCC374

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

Shades of Winter Hazel #CCC374

Tints of Winter Hazel #CCC374

Color information

#CCC374 (or 0xCCC374) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 74. RGB value is (204,195,116). Sum of RGB (Red+Green+Blue) = 204+195+116=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC374 is #333C8B. Grayscale: #BDBDBD. Windows color (decimal): -3357836 or 7652300. OLE color: 7652300.

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

Color convert

RGB204195116-
CMYK00.040.430.2
HSL53.86º46.32%62.75%-
HSV(B)53.86º43.14%80%-
XYZ47.5753.1324.27-
YUV188.6886.98138.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=39.61%
G=37.86%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419511600.040.430.253.8646.3262.75
HexCCC374042B14362e3f
Octal314303164045324665677
Binary11001100110000111110100010010101110100110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC374; }

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

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

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

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

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

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

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

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