#D17170

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

Shades of Contessa #D17170

Tints of Contessa #D17170

Color information

#D17170 (or 0xD17170) is unknown color: approx Contessa. HEX triplet: D1, 71 and 70. RGB value is (209,113,112). Sum of RGB (Red+Green+Blue) = 209+113+112=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D17170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17170 is #2E8E8F. Grayscale: #8D8D8D. Windows color (decimal): -3051152 or 7369169. OLE color: 7369169.

HSL color Cylindrical-coordinate representation of color #D17170: hue angle of 0.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17170 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209113112-
CMYK00.460.460.18
HSL0.62º51.32%62.94%-
HSV(B)0.62º46.41%81.96%-
XYZ35.1226.5418.6-
YUV141.59111.3176.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.16%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=48.16%
G=26.04%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911311200.460.460.180.6251.3262.94
HexD1717002E2E121333f
Octal321161160056562216377
Binary11010001111000111100000101110101110100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17170; }

 p { color: rgb(209,113,112); }

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

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

 a { background-color: rgb(209,113,112); }

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

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

 span { border-color: rgb(209,113,112); }

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