#CDC785

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

Shades of Winter Hazel #CDC785

Tints of Winter Hazel #CDC785

Color information

#CDC785 (or 0xCDC785) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 85. RGB value is (205,199,133). Sum of RGB (Red+Green+Blue) = 205+199+133=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC785 is #32387A. Grayscale: #C1C1C1. Windows color (decimal): -3291259 or 8767437. OLE color: 8767437.

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

Color convert

RGB205199133-
CMYK00.030.350.20
HSL55º41.86%66.27%-
HSV(B)55º35.12%80.39%-
XYZ49.8355.5230.28-
YUV193.2793.99136.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=38.18%
G=37.06%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519913300.030.350.205541.8666.27
HexCDC785032314372a42
Octal3153072050343246752102
Binary110011011100011110000101011100011101001101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC785; }

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

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

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

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

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

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

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

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