#D27069

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

Shades of Contessa #D27069

Tints of Contessa #D27069

Color information

#D27069 (or 0xD27069) is unknown color: approx Contessa. HEX triplet: D2, 70 and 69. RGB value is (210,112,105). Sum of RGB (Red+Green+Blue) = 210+112+105=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D27069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27069 is #2D8F96. Grayscale: #8C8C8C. Windows color (decimal): -2985879 or 6910162. OLE color: 6910162.

HSL color Cylindrical-coordinate representation of color #D27069: hue angle of 4º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D27069 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210112105-
CMYK00.470.500.18
HSL53.85%61.76%-
HSV(B)50%82.35%-
XYZ34.9226.3116.6-
YUV140.5107.97177.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.18%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 105 (41.41% from 255) = 24.59%
R=49.18%
G=26.23%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011210500.470.500.18453.8561.76
HexD2706902F32124363e
Octal322160151057622246676
Binary1101001011100001101001010111111001010010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27069; }

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

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

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

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

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

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

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

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