#CDC585

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

Shades of Winter Hazel #CDC585

Tints of Winter Hazel #CDC585

Color information

#CDC585 (or 0xCDC585) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 85. RGB value is (205,197,133). Sum of RGB (Red+Green+Blue) = 205+197+133=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC585 is #323A7A. Grayscale: #C0C0C0. Windows color (decimal): -3291771 or 8766925. OLE color: 8766925.

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

Color convert

RGB205197133-
CMYK00.040.350.20
HSL53.33º41.86%66.27%-
HSV(B)53.33º35.12%80.39%-
XYZ49.3854.6130.13-
YUV192.194.65137.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=38.32%
G=36.82%
B=24.86%

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
Decimal20519713300.040.350.2053.3341.8666.27
HexCDC585042314352a42
Octal3153052050443246552102
Binary1100110111000101100001010100100011101001101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC585; }

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

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

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

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

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

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

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

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