#CDC575

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

Shades of Winter Hazel #CDC575

Tints of Winter Hazel #CDC575

Color information

#CDC575 (or 0xCDC575) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 75. RGB value is (205,197,117). Sum of RGB (Red+Green+Blue) = 205+197+117=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC575 is #323A8A. Grayscale: #BEBEBE. Windows color (decimal): -3291787 or 7718349. OLE color: 7718349.

HSL color Cylindrical-coordinate representation of color #CDC575: hue angle of 54.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC575 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205197117-
CMYK00.040.430.20
HSL54.55º46.81%63.14%-
HSV(B)54.55º42.93%80.39%-
XYZ48.3554.224.74-
YUV190.2786.65138.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=39.50%
G=37.96%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519711700.040.430.2054.5546.8163.14
HexCDC575042B14372f3f
Octal315305165045324675777
Binary11001101110001011110101010010101110100110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC575; }

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

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

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

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

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

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

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

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