#D16960

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

Shades of Roman #D16960

Tints of Roman #D16960

Color information

#D16960 (or 0xD16960) is unknown color: approx Roman. HEX triplet: D1, 69 and 60. RGB value is (209,105,96). Sum of RGB (Red+Green+Blue) = 209+105+96=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D16960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16960 is #2E969F. Grayscale: #878787. Windows color (decimal): -3053216 or 6318545. OLE color: 6318545.

HSL color Cylindrical-coordinate representation of color #D16960: hue angle of 4.78º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16960 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20910596-
CMYK00.500.540.18
HSL4.78º55.12%59.8%-
HSV(B)4.78º54.07%81.96%-
XYZ33.4624.514.03-
YUV135.07105.96180.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.98%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 96 (37.89% from 255) = 23.41%
R=50.98%
G=25.61%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091059600.500.540.184.7855.1259.8
HexD1696003236125373c
Octal321151140062662256774
Binary1101000111010011100000011001011011010010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16960; }

 p { color: rgb(209,105,96); }

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

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

 a { background-color: rgb(209,105,96); }

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

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

 span { border-color: rgb(209,105,96); }

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