#ccc475

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

Shades of Winter Hazel #CCC475

Tints of Winter Hazel #CCC475

Color information

#CCC475 (or 0xCCC475) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 75. RGB value is (204,196,117). Sum of RGB (Red+Green+Blue) = 204+196+117=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC475 is #333B8A. Grayscale: #BDBDBD. Windows color (decimal): -3357579 or 7718092. OLE color: 7718092.

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

Color convert

RGB204196117-
CMYK00.040.430.2
HSL54.48º46.03%62.94%-
HSV(B)54.48º42.65%80%-
XYZ47.8553.624.65-
YUV189.3987.15138.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=39.46%
G=37.91%
B=22.63%

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
Decimal20419611700.040.430.254.4846.0362.94
HexCCC475042B14362e3f
Octal314304165045324665677
Binary11001100110001001110101010010101110100110110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccc475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccc475; }

 p { color: rgb(204,196,117); }

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

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

 a { background-color: rgb(204,196,117); }

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

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

 span { border-color: rgb(204,196,117); }

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