#D46462

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

Shades of Roman #D46462

Tints of Roman #D46462

Color information

#D46462 (or 0xD46462) is unknown color: approx Roman. HEX triplet: D4, 64 and 62. RGB value is (212,100,98). Sum of RGB (Red+Green+Blue) = 212+100+98=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D46462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46462 is #2B9B9D. Grayscale: #858585. Windows color (decimal): -2857886 or 6448340. OLE color: 6448340.

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

Color convert

RGB21210098-
CMYK00.530.540.17
HSL1.05º57%60.78%-
HSV(B)1.05º53.77%83.14%-
XYZ33.9123.9914.4-
YUV133.26108.11184.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.71%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=51.71%
G=24.39%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121009800.530.540.171.055760.78
HexD4646203536111393d
Octal324144142065662117175
Binary11010100110010011000100110101110110100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46462; }

 p { color: rgb(212,100,98); }

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

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

 a { background-color: rgb(212,100,98); }

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

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

 span { border-color: rgb(212,100,98); }

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