#D17472

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

Shades of Contessa #D17472

Tints of Contessa #D17472

Color information

#D17472 (or 0xD17472) is unknown color: approx Contessa. HEX triplet: D1, 74 and 72. RGB value is (209,116,114). Sum of RGB (Red+Green+Blue) = 209+116+114=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D17472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17472 is #2E8B8D. Grayscale: #8F8F8F. Windows color (decimal): -3050382 or 7501009. OLE color: 7501009.

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

Color convert

RGB209116114-
CMYK00.440.450.18
HSL1.26º50.8%63.33%-
HSV(B)1.26º45.45%81.96%-
XYZ35.5827.2619.31-
YUV143.58111.31174.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.61%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=47.61%
G=26.42%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911611400.440.450.181.2650.863.33
HexD1747202C2D121333f
Octal321164162054552216377
Binary11010001111010011100100101100101101100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17472; }

 p { color: rgb(209,116,114); }

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

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

 a { background-color: rgb(209,116,114); }

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

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

 span { border-color: rgb(209,116,114); }

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