#D46C6A

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

Shades of Roman #D46C6A

Tints of Roman #D46C6A

Color information

#D46C6A (or 0xD46C6A) is unknown color: approx Roman. HEX triplet: D4, 6C and 6A. RGB value is (212,108,106). Sum of RGB (Red+Green+Blue) = 212+108+106=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46C6A is #2B9395. Grayscale: #8A8A8A. Windows color (decimal): -2855830 or 6974676. OLE color: 6974676.

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

Color convert

RGB212108106-
CMYK00.490.50.17
HSL1.13º55.21%62.35%-
HSV(B)1.13º50%83.14%-
XYZ35.1225.7616.76-
YUV138.87109.46180.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.77%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=49.77%
G=25.35%
B=24.88%

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
Decimal21210810600.490.50.171.1355.2162.35
HexD46C6A03132111373e
Octal324154152061622116776
Binary11010100110110011010100110001110010100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46C6A; }

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

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

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

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

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

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

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

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