#CDC492

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

Shades of Winter Hazel #CDC492

Tints of Winter Hazel #CDC492

Color information

#CDC492 (or 0xCDC492) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 92. RGB value is (205,196,146). Sum of RGB (Red+Green+Blue) = 205+196+146=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC492 is #323B6D. Grayscale: #C1C1C1. Windows color (decimal): -3292014 or 9618637. OLE color: 9618637.

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

Color convert

RGB205196146-
CMYK00.040.290.20
HSL50.85º37.11%68.82%-
HSV(B)50.85º28.78%80.39%-
XYZ50.1154.5335.08-
YUV192.99101.48136.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 196 (76.95% from 255) = 35.83%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=37.48%
G=35.83%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519614600.040.290.2050.8537.1168.82
HexCDC492041D14332545
Octal3153042220435246345105
Binary110011011100010010010010010011101101001100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC492; }

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

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

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

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

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

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

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

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