#D27470

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

Shades of Contessa #D27470

Tints of Contessa #D27470

Color information

#D27470 (or 0xD27470) is unknown color: approx Contessa. HEX triplet: D2, 74 and 70. RGB value is (210,116,112). Sum of RGB (Red+Green+Blue) = 210+116+112=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D27470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27470 is #2D8B8F. Grayscale: #8F8F8F. Windows color (decimal): -2984848 or 7369938. OLE color: 7369938.

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

Color convert

RGB210116112-
CMYK00.450.470.18
HSL2.45º52.13%63.14%-
HSV(B)2.45º46.67%82.35%-
XYZ35.7527.3618.73-
YUV143.65110.14175.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 116 (45.70% from 255) = 26.48%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=47.95%
G=26.48%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011611200.450.470.182.4552.1363.14
HexD2747002D2F122343f
Octal322164160055572226477
Binary110100101110100111000001011011011111001010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27470; }

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

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

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

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

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

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

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

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