#CDC473

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

Shades of Winter Hazel #CDC473

Tints of Winter Hazel #CDC473

Color information

#CDC473 (or 0xCDC473) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 73. RGB value is (205,196,115). Sum of RGB (Red+Green+Blue) = 205+196+115=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC473 is #323B8C. Grayscale: #BDBDBD. Windows color (decimal): -3292045 or 7587021. OLE color: 7587021.

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

Color convert

RGB205196115-
CMYK00.040.440.20
HSL54º47.37%62.75%-
HSV(B)54º43.9%80.39%-
XYZ48.0153.724.05-
YUV189.4685.98139.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 115 (45.31% from 255) = 22.29%
R=39.73%
G=37.98%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519611500.040.440.205447.3762.75
HexCDC473042C14362f3f
Octal315304163045424665777
Binary11001101110001001110011010010110010100110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC473; }

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

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

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

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

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

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

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

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