#CCC385

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

Shades of Winter Hazel #CCC385

Tints of Winter Hazel #CCC385

Color information

#CCC385 (or 0xCCC385) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 85. RGB value is (204,195,133). Sum of RGB (Red+Green+Blue) = 204+195+133=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC385 is #333C7A. Grayscale: #BEBEBE. Windows color (decimal): -3357819 or 8766412. OLE color: 8766412.

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

Color convert

RGB204195133-
CMYK00.040.350.2
HSL52.39º41.04%66.08%-
HSV(B)52.39º34.8%80%-
XYZ48.6553.5629.96-
YUV190.6295.48137.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 133 (52.34% from 255) = 25%
R=38.35%
G=36.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513300.040.350.252.3941.0466.08
HexCCC385042314342942
Octal3143032050443246451102
Binary1100110011000011100001010100100011101001101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC385; }

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

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

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

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

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

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

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

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