#C16C57

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

Shades of Japonica #C16C57

Tints of Japonica #C16C57

Color information

#C16C57 (or 0xC16C57) is unknown color: approx Japonica. HEX triplet: C1, 6C and 57. RGB value is (193,108,87). Sum of RGB (Red+Green+Blue) = 193+108+87=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C57 is #3E93A8. Grayscale: #838383. Windows color (decimal): -4101033 or 5729473. OLE color: 5729473.

HSL color Cylindrical-coordinate representation of color #C16C57: hue angle of 11.89º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16C57 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19310887-
CMYK00.440.550.24
HSL11.89º46.09%54.9%-
HSV(B)11.89º54.92%75.69%-
XYZ29.0822.7511.88-
YUV131.02103.16172.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=49.74%
G=27.84%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931088700.440.550.2411.8946.0954.9
HexC16C5702C3718c2e37
Octal3011541270546730145667
Binary11000001110110010101110101100110111110001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C57; }

 p { color: rgb(193,108,87); }

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

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

 a { background-color: rgb(193,108,87); }

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

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

 span { border-color: rgb(193,108,87); }

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