#D07471

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

Shades of Contessa #D07471

Tints of Contessa #D07471

Color information

#D07471 (or 0xD07471) is unknown color: approx Contessa. HEX triplet: D0, 74 and 71. RGB value is (208,116,113). Sum of RGB (Red+Green+Blue) = 208+116+113=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07471 is #2F8B8E. Grayscale: #8F8F8F. Windows color (decimal): -3115919 or 7435472. OLE color: 7435472.

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

Color convert

RGB208116113-
CMYK00.440.460.18
HSL1.89º50.26%62.94%-
HSV(B)1.89º45.67%81.57%-
XYZ35.2427.0918.99-
YUV143.17110.98174.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=47.60%
G=26.54%
B=25.86%

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
Decimal20811611300.440.460.181.8950.2662.94
HexD0747102C2E122323f
Octal320164161054562226277
Binary110100001110100111000101011001011101001010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07471; }

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

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

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

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

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

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

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

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