Shades of Japonica #C16D57
Tints of Japonica #C16D57
RGB
CMYK
RGB Variations
Color information
#C16D57 (or 0xC16D57) is known color: Japonica. HEX triplet: C1, 6D and 57. RGB value is (193,109,87). Sum of RGB (Red+Green+Blue) = 193+109+87=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D57 is #3E92A8. Grayscale: #838383. Windows color (decimal): -4100777 or 5729729. OLE color: 5729729.
HSL color Cylindrical-coordinate representation of color #C16D57: hue angle of 12.45º 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 #C16D57 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 87 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.24 |
| HSL | 12.45º | 0.46% | 0.55% | - |
| HSV(B) | 12.45º | 0.55% | 0.76% | - |
| XYZ | 29.18 | 22.96 | 11.91 | - |
| YUV | 131.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 87 | 0 | 0.44 | 0.55 | 0.24 | 12.45 | 0.46 | 0.55 |
| Hex | C1 | 6D | 57 | 0 | 2C | 37 | 18 | C | 2E | 37 |
| Octal | 301 | 155 | 127 | 0 | 54 | 67 | 30 | 14 | 56 | 67 |
| Binary | 11000001 | 1101101 | 1010111 | 0 | 101100 | 110111 | 11000 | 1100 | 101110 | 110111 |
Color Harmonies of #C16D57
Complementary color
Monochromatic Colors of #C16D57
Black with #C16D57
Text Example
Text Example
White with #C16D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D57; }
p { color: rgb(193,109,87); }
H1.HeaderClassName
{
color: #C16D57;
}
.AnyTagClassName
{
color: #C16D57;
}
</style>
background-color css
<style>
a { background-color: #C16D57; }
a { background-color: rgb(193,109,87); }
div.DivClassName
{
background-color: #C16D57;
}
.BgClassName
{
background-color: #C16D57;
}
</style>
border-color css
<style>
span { border-color: #C16D57; }
span { border-color: rgb(193,109,87); }
td.TdClassName
{
border-color: #C16D57;
}
.TagClassName
{
border-color: #C16D57;
}
</style>