#D16C60

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

Shades of Japonica #D16C60

Tints of Japonica #D16C60

Color information

#D16C60 (or 0xD16C60) is unknown color: approx Japonica. HEX triplet: D1, 6C and 60. RGB value is (209,108,96). Sum of RGB (Red+Green+Blue) = 209+108+96=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16C60 is #2E939F. Grayscale: #888888. Windows color (decimal): -3052448 or 6319313. OLE color: 6319313.

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

Color convert

RGB20910896-
CMYK00.480.540.18
HSL6.37º55.12%59.8%-
HSV(B)6.37º54.07%81.96%-
XYZ33.7725.1214.14-
YUV136.83104.96179.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 96 (37.89% from 255) = 23.24%
R=50.61%
G=26.15%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091089600.480.540.186.3755.1259.8
HexD16C6003036126373c
Octal321154140060662266774
Binary1101000111011001100000011000011011010010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C60; }

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

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

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

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

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

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

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

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