#CDC485

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

Shades of Winter Hazel #CDC485

Tints of Winter Hazel #CDC485

Color information

#CDC485 (or 0xCDC485) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 85. RGB value is (205,196,133). Sum of RGB (Red+Green+Blue) = 205+196+133=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC485 is #323B7A. Grayscale: #BFBFBF. Windows color (decimal): -3292027 or 8766669. OLE color: 8766669.

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

Color convert

RGB205196133-
CMYK00.040.350.20
HSL52.5º41.86%66.27%-
HSV(B)52.5º35.12%80.39%-
XYZ49.1554.1530.05-
YUV191.5194.98137.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 196 (76.95% from 255) = 36.70%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=38.39%
G=36.70%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519613300.040.350.2052.541.8666.27
HexCDC485042314342a42
Octal3153042050443246452102
Binary1100110111000100100001010100100011101001101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC485; }

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

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

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

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

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

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

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

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