#CDC173

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

Shades of Winter Hazel #CDC173

Tints of Winter Hazel #CDC173

Color information

#CDC173 (or 0xCDC173) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 73. RGB value is (205,193,115). Sum of RGB (Red+Green+Blue) = 205+193+115=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC173 is #323E8C. Grayscale: #BCBCBC. Windows color (decimal): -3292813 or 7586253. OLE color: 7586253.

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

Color convert

RGB205193115-
CMYK00.060.440.20
HSL52º47.37%62.75%-
HSV(B)52º43.9%80.39%-
XYZ47.3452.3623.83-
YUV187.786.98140.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=39.96%
G=37.62%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519311500.060.440.205247.3762.75
HexCDC173062C14342f3f
Octal315301163065424645777
Binary11001101110000011110011011010110010100110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC173; }

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

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

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

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

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

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

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

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