#D2756C

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

Shades of Contessa #D2756C

Tints of Contessa #D2756C

Color information

#D2756C (or 0xD2756C) is unknown color: approx Contessa. HEX triplet: D2, 75 and 6C. RGB value is (210,117,108). Sum of RGB (Red+Green+Blue) = 210+117+108=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2756C is #2D8A93. Grayscale: #8F8F8F. Windows color (decimal): -2984596 or 7108050. OLE color: 7108050.

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

Color convert

RGB210117108-
CMYK00.440.490.18
HSL5.29º53.12%62.35%-
HSV(B)5.29º48.57%82.35%-
XYZ35.6527.5117.62-
YUV143.78107.81175.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=48.28%
G=26.90%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011710800.440.490.185.2953.1262.35
HexD2756C02C31125353e
Octal322165154054612256576
Binary1101001011101011101100010110011000110010101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2756C; }

 p { color: rgb(210,117,108); }

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

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

 a { background-color: rgb(210,117,108); }

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

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

 span { border-color: rgb(210,117,108); }

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