Shades of Japonica #C16D59
Tints of Japonica #C16D59
RGB
CMYK
RGB Variations
Color information
#C16D59 (or 0xC16D59) is known color: Japonica. HEX triplet: C1, 6D and 59. RGB value is (193,109,89). Sum of RGB (Red+Green+Blue) = 193+109+89=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D59 is #3E92A6. Grayscale: #848484. Windows color (decimal): -4100775 or 5860801. OLE color: 5860801.
HSL color Cylindrical-coordinate representation of color #C16D59: hue angle of 11.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16D59 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 89 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.24 |
| HSL | 11.54º | 0.46% | 0.55% | - |
| HSV(B) | 11.54º | 0.54% | 0.76% | - |
| XYZ | 29.26 | 23 | 12.35 | - |
| YUV | 131.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 89 | 0 | 0.44 | 0.54 | 0.24 | 11.54 | 0.46 | 0.55 |
| Hex | C1 | 6D | 59 | 0 | 2C | 36 | 18 | C | 2E | 37 |
| Octal | 301 | 155 | 131 | 0 | 54 | 66 | 30 | 14 | 56 | 67 |
| Binary | 11000001 | 1101101 | 1011001 | 0 | 101100 | 110110 | 11000 | 1100 | 101110 | 110111 |
Color Harmonies of #C16D59
Complementary color
Monochromatic Colors of #C16D59
Black with #C16D59
Text Example
Text Example
White with #C16D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D59; }
p { color: rgb(193,109,89); }
H1.HeaderClassName
{
color: #C16D59;
}
.AnyTagClassName
{
color: #C16D59;
}
</style>
background-color css
<style>
a { background-color: #C16D59; }
a { background-color: rgb(193,109,89); }
div.DivClassName
{
background-color: #C16D59;
}
.BgClassName
{
background-color: #C16D59;
}
</style>
border-color css
<style>
span { border-color: #C16D59; }
span { border-color: rgb(193,109,89); }
td.TdClassName
{
border-color: #C16D59;
}
.TagClassName
{
border-color: #C16D59;
}
</style>