#D0716C

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

Shades of Contessa #D0716C

Tints of Contessa #D0716C

Color information

#D0716C (or 0xD0716C) is unknown color: approx Contessa. HEX triplet: D0, 71 and 6C. RGB value is (208,113,108). Sum of RGB (Red+Green+Blue) = 208+113+108=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0716C is #2F8E93. Grayscale: #8C8C8C. Windows color (decimal): -3116692 or 7107024. OLE color: 7107024.

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

Color convert

RGB208113108-
CMYK00.460.480.18
HSL51.55%61.96%-
HSV(B)48.08%81.57%-
XYZ34.6226.317.44-
YUV140.84109.47175.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=48.48%
G=26.34%
B=25.17%

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
Decimal20811310800.460.480.18351.5561.96
HexD0716C02E30123343e
Octal320161154056602236476
Binary110100001110001110110001011101100001001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0716C; }

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

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

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

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

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

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

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

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