#CCC585

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

Shades of Winter Hazel #CCC585

Tints of Winter Hazel #CCC585

Color information

#CCC585 (or 0xCCC585) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 85. RGB value is (204,197,133). Sum of RGB (Red+Green+Blue) = 204+197+133=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC585 is #333A7A. Grayscale: #C0C0C0. Windows color (decimal): -3357307 or 8766924. OLE color: 8766924.

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

Color convert

RGB204197133-
CMYK00.030.350.2
HSL54.08º41.04%66.08%-
HSV(B)54.08º34.8%80%-
XYZ49.154.4630.11-
YUV191.894.82136.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=38.20%
G=36.89%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419713300.030.350.254.0841.0466.08
HexCCC585032314362942
Octal3143052050343246651102
Binary110011001100010110000101011100011101001101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC585; }

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

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

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

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

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

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

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

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