#D07470

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

Shades of Contessa #D07470

Tints of Contessa #D07470

Color information

#D07470 (or 0xD07470) is unknown color: approx Contessa. HEX triplet: D0, 74 and 70. RGB value is (208,116,112). Sum of RGB (Red+Green+Blue) = 208+116+112=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D07470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07470 is #2F8B8F. Grayscale: #8F8F8F. Windows color (decimal): -3115920 or 7369936. OLE color: 7369936.

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

Color convert

RGB208116112-
CMYK00.440.460.18
HSL2.5º50.53%62.75%-
HSV(B)2.5º46.15%81.57%-
XYZ35.1827.0718.7-
YUV143.05110.48174.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=47.71%
G=26.61%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811611200.440.460.182.550.5362.75
HexD0747002C2E123333f
Octal320164160054562236377
Binary110100001110100111000001011001011101001011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07470; }

 p { color: rgb(208,116,112); }

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

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

 a { background-color: rgb(208,116,112); }

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

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

 span { border-color: rgb(208,116,112); }

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