#D16C70

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

Shades of Froly #D16C70

Tints of Froly #D16C70

Color information

#D16C70 (or 0xD16C70) is unknown color: approx Froly. HEX triplet: D1, 6C and 70. RGB value is (209,108,112). Sum of RGB (Red+Green+Blue) = 209+108+112=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C70 is #2E938F. Grayscale: #8A8A8A. Windows color (decimal): -3052432 or 7367889. OLE color: 7367889.

HSL color Cylindrical-coordinate representation of color #D16C70: hue angle of 357.62º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16C70 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB209108112-
CMYK00.480.460.18
HSL357.62º52.33%62.16%-
HSV(B)357.62º48.33%81.96%-
XYZ34.5825.4518.42-
YUV138.66112.96178.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.72%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=48.72%
G=25.17%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910811200.480.460.18357.6252.3362.16
HexD16C700302E12166343e
Octal32115416006056225466476
Binary1101000111011001110000011000010111010010101100110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C70; }

 p { color: rgb(209,108,112); }

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

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

 a { background-color: rgb(209,108,112); }

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

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

 span { border-color: rgb(209,108,112); }

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