#D46057

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

Shades of Roman #D46057

Tints of Roman #D46057

Color information

#D46057 (or 0xD46057) is unknown color: approx Roman. HEX triplet: D4, 60 and 57. RGB value is (212,96,87). Sum of RGB (Red+Green+Blue) = 212+96+87=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D46057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46057 is #2B9FA8. Grayscale: #818181. Windows color (decimal): -2858921 or 5726420. OLE color: 5726420.

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

Color convert

RGB2129687-
CMYK00.550.590.17
HSL4.32º59.24%58.63%-
HSV(B)4.32º58.96%83.14%-
XYZ33.0523.0511.72-
YUV129.66103.93186.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.67%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=53.67%
G=24.30%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212968700.550.590.174.3259.2458.63
HexD460570373B1143b3b
Octal324140127067732147373
Binary1101010011000001010111011011111101110001100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46057; }

 p { color: rgb(212,96,87); }

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

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

 a { background-color: rgb(212,96,87); }

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

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

 span { border-color: rgb(212,96,87); }

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