#D86160

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

Shades of Roman #D86160

Tints of Roman #D86160

Color information

#D86160 (or 0xD86160) is unknown color: approx Roman. HEX triplet: D8, 61 and 60. RGB value is (216,97,96). Sum of RGB (Red+Green+Blue) = 216+97+96=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D86160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86160 is #279E9F. Grayscale: #848484. Windows color (decimal): -2596512 or 6316504. OLE color: 6316504.

HSL color Cylindrical-coordinate representation of color #D86160: hue angle of 0.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86160 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2169796-
CMYK00.550.560.15
HSL0.5º60.61%61.18%-
HSV(B)0.5º55.56%84.71%-
XYZ34.723.9913.87-
YUV132.47107.42187.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.81%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=52.81%
G=23.72%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216979600.550.560.150.560.6161.18
HexD8616003738F13d3d
Octal330141140067701717575
Binary1101100011000011100000011011111100011111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86160; }

 p { color: rgb(216,97,96); }

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

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

 a { background-color: rgb(216,97,96); }

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

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

 span { border-color: rgb(216,97,96); }

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