#CDC580

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

Shades of Winter Hazel #CDC580

Tints of Winter Hazel #CDC580

Color information

#CDC580 (or 0xCDC580) is unknown color: approx Winter Hazel. HEX triplet: CD, C5 and 80. RGB value is (205,197,128). Sum of RGB (Red+Green+Blue) = 205+197+128=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC580 is #323A7F. Grayscale: #BFBFBF. Windows color (decimal): -3291776 or 8439245. OLE color: 8439245.

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

Color convert

RGB205197128-
CMYK00.040.380.20
HSL53.77º43.5%65.29%-
HSV(B)53.77º37.56%80.39%-
XYZ49.0454.4728.35-
YUV191.5392.15137.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 197 (77.34% from 255) = 37.17%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=38.68%
G=37.17%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519712800.040.380.2053.7743.565.29
HexCDC580042614362c41
Octal3153052000446246654101
Binary1100110111000101100000000100100110101001101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC580; }

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

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

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

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

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

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

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

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