#CDC170

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

Shades of Winter Hazel #CDC170

Tints of Winter Hazel #CDC170

Color information

#CDC170 (or 0xCDC170) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 70. RGB value is (205,193,112). Sum of RGB (Red+Green+Blue) = 205+193+112=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC170 is #323E8F. Grayscale: #BBBBBB. Windows color (decimal): -3292816 or 7389645. OLE color: 7389645.

HSL color Cylindrical-coordinate representation of color #CDC170: hue angle of 52.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDC170 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205193112-
CMYK00.060.450.20
HSL52.26º48.19%62.16%-
HSV(B)52.26º45.37%80.39%-
XYZ47.1752.2922.94-
YUV187.3585.48140.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=40.20%
G=37.84%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519311200.060.450.2052.2648.1962.16
HexCDC170062D1434303e
Octal315301160065524646076
Binary11001101110000011110000011010110110100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC170; }

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

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

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

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

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

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

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

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