#D2746A

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

Shades of Contessa #D2746A

Tints of Contessa #D2746A

Color information

#D2746A (or 0xD2746A) is unknown color: approx Contessa. HEX triplet: D2, 74 and 6A. RGB value is (210,116,106). Sum of RGB (Red+Green+Blue) = 210+116+106=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2746A is #2D8B95. Grayscale: #8F8F8F. Windows color (decimal): -2984854 or 6976722. OLE color: 6976722.

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

Color convert

RGB210116106-
CMYK00.450.500.18
HSL5.77º53.61%61.96%-
HSV(B)5.77º49.52%82.35%-
XYZ35.4327.2317.03-
YUV142.97107.14175.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.61%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=48.61%
G=26.85%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011610600.450.500.185.7753.6161.96
HexD2746A02D32126363e
Octal322164152055622266676
Binary1101001011101001101010010110111001010010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2746A; }

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

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

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

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

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

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

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

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