#D46055

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

Shades of Roman #D46055

Tints of Roman #D46055

Color information

#D46055 (or 0xD46055) is unknown color: approx Roman. HEX triplet: D4, 60 and 55. RGB value is (212,96,85). Sum of RGB (Red+Green+Blue) = 212+96+85=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D46055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46055 is #2B9FAA. Grayscale: #818181. Windows color (decimal): -2858923 or 5595348. OLE color: 5595348.

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

Color convert

RGB2129685-
CMYK00.550.600.17
HSL5.2º59.62%58.24%-
HSV(B)5.2º59.91%83.14%-
XYZ32.9723.0211.3-
YUV129.43102.93186.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.94%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 85 (33.59% from 255) = 21.63%
R=53.94%
G=24.43%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212968500.550.600.175.259.6258.24
HexD460550373C1153c3a
Octal324140125067742157472
Binary1101010011000001010101011011111110010001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46055; }

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

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

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

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

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

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

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

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