#D46D6A

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

Shades of Roman #D46D6A

Tints of Roman #D46D6A

Color information

#D46D6A (or 0xD46D6A) is unknown color: approx Roman. HEX triplet: D4, 6D and 6A. RGB value is (212,109,106). Sum of RGB (Red+Green+Blue) = 212+109+106=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46D6A is #2B9295. Grayscale: #8B8B8B. Windows color (decimal): -2855574 or 6974932. OLE color: 6974932.

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

Color convert

RGB212109106-
CMYK00.490.50.17
HSL1.7º55.21%62.35%-
HSV(B)1.7º50%83.14%-
XYZ35.2225.9716.79-
YUV139.45109.12179.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=49.65%
G=25.53%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210910600.490.50.171.755.2162.35
HexD46D6A03132112373e
Octal324155152061622126776
Binary110101001101101110101001100011100101000110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D6A; }

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

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

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

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

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

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

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

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