#CCC485

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

Shades of Winter Hazel #CCC485

Tints of Winter Hazel #CCC485

Color information

#CCC485 (or 0xCCC485) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 85. RGB value is (204,196,133). Sum of RGB (Red+Green+Blue) = 204+196+133=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC485 is #333B7A. Grayscale: #BFBFBF. Windows color (decimal): -3357563 or 8766668. OLE color: 8766668.

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

Color convert

RGB204196133-
CMYK00.040.350.2
HSL53.24º41.04%66.08%-
HSV(B)53.24º34.8%80%-
XYZ48.8854.0130.04-
YUV191.2195.15137.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 196 (76.95% from 255) = 36.77%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=38.27%
G=36.77%
B=24.95%

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
Decimal20419613300.040.350.253.2441.0466.08
HexCCC485042314352942
Octal3143042050443246551102
Binary1100110011000100100001010100100011101001101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC485; }

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

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

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

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

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

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

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

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