#D46961

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

Shades of Roman #D46961

Tints of Roman #D46961

Color information

#D46961 (or 0xD46961) is unknown color: approx Roman. HEX triplet: D4, 69 and 61. RGB value is (212,105,97). Sum of RGB (Red+Green+Blue) = 212+105+97=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D46961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46961 is #2B969E. Grayscale: #888888. Windows color (decimal): -2856607 or 6384084. OLE color: 6384084.

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

Color convert

RGB21210597-
CMYK00.500.540.17
HSL4.17º57.21%60.59%-
HSV(B)4.17º54.25%83.14%-
XYZ34.3624.9614.32-
YUV136.08105.95182.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.21%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 97 (38.28% from 255) = 23.43%
R=51.21%
G=25.36%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121059700.500.540.174.1757.2160.59
HexD4696103236114393d
Octal324151141062662147175
Binary1101010011010011100001011001011011010001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46961; }

 p { color: rgb(212,105,97); }

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

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

 a { background-color: rgb(212,105,97); }

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

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

 span { border-color: rgb(212,105,97); }

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