#D46E6D

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

Shades of Contessa #D46E6D

Tints of Contessa #D46E6D

Color information

#D46E6D (or 0xD46E6D) is unknown color: approx Contessa. HEX triplet: D4, 6E and 6D. RGB value is (212,110,109). Sum of RGB (Red+Green+Blue) = 212+110+109=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46E6D is #2B9192. Grayscale: #8C8C8C. Windows color (decimal): -2855315 or 7171796. OLE color: 7171796.

HSL color Cylindrical-coordinate representation of color #D46E6D: hue angle of 0.58º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46E6D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212110109-
CMYK00.480.490.17
HSL0.58º54.5%62.94%-
HSV(B)0.58º48.58%83.14%-
XYZ35.4926.2517.66-
YUV140.38110.29179.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=49.19%
G=25.52%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211010900.480.490.170.5854.562.94
HexD46E6D03031111363f
Octal324156155060612116677
Binary11010100110111011011010110000110001100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46E6D; }

 p { color: rgb(212,110,109); }

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

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

 a { background-color: rgb(212,110,109); }

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

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

 span { border-color: rgb(212,110,109); }

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