#D2736D

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

Shades of Contessa #D2736D

Tints of Contessa #D2736D

Color information

#D2736D (or 0xD2736D) is unknown color: approx Contessa. HEX triplet: D2, 73 and 6D. RGB value is (210,115,109). Sum of RGB (Red+Green+Blue) = 210+115+109=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2736D is #2D8C92. Grayscale: #8E8E8E. Windows color (decimal): -2985107 or 7173074. OLE color: 7173074.

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

Color convert

RGB210115109-
CMYK00.450.480.18
HSL3.56º52.88%62.55%-
HSV(B)3.56º48.1%82.35%-
XYZ35.4727.0717.82-
YUV142.72108.97175.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=48.39%
G=26.50%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011510900.450.480.183.5652.8862.55
HexD2736D02D30124353f
Octal322163155055602246577
Binary1101001011100111101101010110111000010010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2736D; }

 p { color: rgb(210,115,109); }

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

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

 a { background-color: rgb(210,115,109); }

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

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

 span { border-color: rgb(210,115,109); }

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