#CCC075

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

Shades of Winter Hazel #CCC075

Tints of Winter Hazel #CCC075

Color information

#CCC075 (or 0xCCC075) is unknown color: approx Winter Hazel. HEX triplet: CC, C0 and 75. RGB value is (204,192,117). Sum of RGB (Red+Green+Blue) = 204+192+117=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC075 is #333F8A. Grayscale: #BBBBBB. Windows color (decimal): -3358603 or 7717068. OLE color: 7717068.

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

Color convert

RGB204192117-
CMYK00.060.430.2
HSL51.72º46.03%62.94%-
HSV(B)51.72º42.65%80%-
XYZ46.9651.8224.36-
YUV187.0488.48140.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=39.77%
G=37.43%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419211700.060.430.251.7246.0362.94
HexCCC075062B14342e3f
Octal314300165065324645677
Binary11001100110000001110101011010101110100110100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC075; }

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

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

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

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

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

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

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

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