#D2746D

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

Shades of Contessa #D2746D

Tints of Contessa #D2746D

Color information

#D2746D (or 0xD2746D) is unknown color: approx Contessa. HEX triplet: D2, 74 and 6D. RGB value is (210,116,109). Sum of RGB (Red+Green+Blue) = 210+116+109=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2746D is #2D8B92. Grayscale: #8F8F8F. Windows color (decimal): -2984851 or 7173330. OLE color: 7173330.

HSL color Cylindrical-coordinate representation of color #D2746D: hue angle of 4.16º 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 #D2746D is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB210116109-
CMYK00.450.480.18
HSL4.16º52.88%62.55%-
HSV(B)4.16º48.1%82.35%-
XYZ35.5827.317.86-
YUV143.31108.64175.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.28%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=48.28%
G=26.67%
B=25.06%

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
Decimal21011610900.450.480.184.1652.8862.55
HexD2746D02D30124353f
Octal322164155055602246577
Binary1101001011101001101101010110111000010010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2746D; }

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

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

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

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

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

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

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

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