#CDC490

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

Shades of Winter Hazel #CDC490

Tints of Winter Hazel #CDC490

Color information

#CDC490 (or 0xCDC490) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 90. RGB value is (205,196,144). Sum of RGB (Red+Green+Blue) = 205+196+144=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC490 is #323B6F. Grayscale: #C0C0C0. Windows color (decimal): -3292016 or 9487565. OLE color: 9487565.

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

Color convert

RGB205196144-
CMYK00.040.300.20
HSL51.15º37.89%68.43%-
HSV(B)51.15º29.76%80.39%-
XYZ49.9554.4734.27-
YUV192.76100.48136.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=37.61%
G=35.96%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519614400.040.300.2051.1537.8968.43
HexCDC490041E14332644
Octal3153042200436246346104
Binary110011011100010010010000010011110101001100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC490; }

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

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

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

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

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

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

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

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