#D46D6C

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

Shades of Contessa #D46D6C

Tints of Contessa #D46D6C

Color information

#D46D6C (or 0xD46D6C) is unknown color: approx Contessa. HEX triplet: D4, 6D and 6C. RGB value is (212,109,108). Sum of RGB (Red+Green+Blue) = 212+109+108=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D6C is #2B9293. Grayscale: #8B8B8B. Windows color (decimal): -2855572 or 7106004. OLE color: 7106004.

HSL color Cylindrical-coordinate representation of color #D46D6C: hue angle of 0.58º degrees, saturation: 0.55, 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 #D46D6C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212109108-
CMYK00.490.490.17
HSL0.58º54.74%62.75%-
HSV(B)0.58º49.06%83.14%-
XYZ35.3326.0217.35-
YUV139.68110.12179.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=49.42%
G=25.41%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210910800.490.490.170.5854.7462.75
HexD46D6C03131111373f
Octal324155154061612116777
Binary11010100110110111011000110001110001100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D6C; }

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

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

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

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

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

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

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

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