#CDC480

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

Shades of Winter Hazel #CDC480

Tints of Winter Hazel #CDC480

Color information

#CDC480 (or 0xCDC480) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 80. RGB value is (205,196,128). Sum of RGB (Red+Green+Blue) = 205+196+128=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC480 is #323B7F. Grayscale: #BFBFBF. Windows color (decimal): -3292032 or 8438989. OLE color: 8438989.

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

Color convert

RGB205196128-
CMYK00.040.380.20
HSL52.99º43.5%65.29%-
HSV(B)52.99º37.56%80.39%-
XYZ48.8154.0228.28-
YUV190.9492.48138.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=38.75%
G=37.05%
B=24.20%

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
Decimal20519612800.040.380.2052.9943.565.29
HexCDC480042614352c41
Octal3153042000446246554101
Binary1100110111000100100000000100100110101001101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC480; }

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

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

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

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

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

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

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

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