#D16968

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

Shades of Roman #D16968

Tints of Roman #D16968

Color information

#D16968 (or 0xD16968) is unknown color: approx Roman. HEX triplet: D1, 69 and 68. RGB value is (209,105,104). Sum of RGB (Red+Green+Blue) = 209+105+104=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D16968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16968 is #2E9697. Grayscale: #888888. Windows color (decimal): -3053208 or 6842833. OLE color: 6842833.

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

Color convert

RGB209105104-
CMYK00.500.500.18
HSL0.57º53.3%61.37%-
HSV(B)0.57º50.24%81.96%-
XYZ33.8424.6616.07-
YUV135.98109.96180.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=50%
G=25.12%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910510400.500.500.180.5753.361.37
HexD1696803232121353d
Octal321151150062622216575
Binary11010001110100111010000110010110010100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16968; }

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

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

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

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

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

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

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

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