#D17372

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

Shades of Contessa #D17372

Tints of Contessa #D17372

Color information

#D17372 (or 0xD17372) is unknown color: approx Contessa. HEX triplet: D1, 73 and 72. RGB value is (209,115,114). Sum of RGB (Red+Green+Blue) = 209+115+114=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D17372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17372 is #2E8C8D. Grayscale: #8F8F8F. Windows color (decimal): -3050638 or 7500753. OLE color: 7500753.

HSL color Cylindrical-coordinate representation of color #D17372: hue angle of 0.63º 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 #D17372 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209115114-
CMYK00.450.450.18
HSL0.63º50.8%63.33%-
HSV(B)0.63º45.45%81.96%-
XYZ35.4627.0319.27-
YUV142.99111.64175.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.72%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=47.72%
G=26.26%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911511400.450.450.180.6350.863.33
HexD1737202D2D121333f
Octal321163162055552216377
Binary11010001111001111100100101101101101100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17372; }

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

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

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

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

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

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

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

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