#CDC390

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

Shades of Winter Hazel #CDC390

Tints of Winter Hazel #CDC390

Color information

#CDC390 (or 0xCDC390) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 90. RGB value is (205,195,144). Sum of RGB (Red+Green+Blue) = 205+195+144=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC390 is #323C6F. Grayscale: #C0C0C0. Windows color (decimal): -3292272 or 9487309. OLE color: 9487309.

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

Color convert

RGB205195144-
CMYK00.050.300.20
HSL50.16º37.89%68.43%-
HSV(B)50.16º29.76%80.39%-
XYZ49.7354.0234.19-
YUV192.18100.81137.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=37.68%
G=35.85%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519514400.050.300.2050.1637.8968.43
HexCDC390051E14322644
Octal3153032200536246246104
Binary110011011100001110010000010111110101001100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC390; }

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

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

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

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

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

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

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

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