#D1716C

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

Shades of Contessa #D1716C

Tints of Contessa #D1716C

Color information

#D1716C (or 0xD1716C) is unknown color: approx Contessa. HEX triplet: D1, 71 and 6C. RGB value is (209,113,108). Sum of RGB (Red+Green+Blue) = 209+113+108=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1716C is #2E8E93. Grayscale: #8D8D8D. Windows color (decimal): -3051156 or 7107025. OLE color: 7107025.

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

Color convert

RGB209113108-
CMYK00.460.480.18
HSL2.97º52.33%62.16%-
HSV(B)2.97º48.33%81.96%-
XYZ34.9126.4517.45-
YUV141.13109.3176.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.60%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=48.60%
G=26.28%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911310800.460.480.182.9752.3362.16
HexD1716C02E30123343e
Octal321161154056602236476
Binary110100011110001110110001011101100001001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1716C; }

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

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

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

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

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

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

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

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