Shades of Japonica #C16D56
Tints of Japonica #C16D56
RGB
CMYK
RGB Variations
Color information
#C16D56 (or 0xC16D56) is known color: Japonica. HEX triplet: C1, 6D and 56. RGB value is (193,109,86). Sum of RGB (Red+Green+Blue) = 193+109+86=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D56 is #3E92A9. Grayscale: #838383. Windows color (decimal): -4100778 or 5664193. OLE color: 5664193.
HSL color Cylindrical-coordinate representation of color #C16D56: hue angle of 12.9º 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 #C16D56 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 86 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.24 |
| HSL | 12.9º | 0.46% | 0.55% | - |
| HSV(B) | 12.9º | 0.55% | 0.76% | - |
| XYZ | 29.14 | 22.95 | 11.7 | - |
| YUV | 131.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 86 | 0 | 0.44 | 0.55 | 0.24 | 12.9 | 0.46 | 0.55 |
| Hex | C1 | 6D | 56 | 0 | 2C | 37 | 18 | D | 2E | 37 |
| Octal | 301 | 155 | 126 | 0 | 54 | 67 | 30 | 15 | 56 | 67 |
| Binary | 11000001 | 1101101 | 1010110 | 0 | 101100 | 110111 | 11000 | 1101 | 101110 | 110111 |
Color Harmonies of #C16D56
Complementary color
Monochromatic Colors of #C16D56
Black with #C16D56
Text Example
Text Example
White with #C16D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D56; }
p { color: rgb(193,109,86); }
H1.HeaderClassName
{
color: #C16D56;
}
.AnyTagClassName
{
color: #C16D56;
}
</style>
background-color css
<style>
a { background-color: #C16D56; }
a { background-color: rgb(193,109,86); }
div.DivClassName
{
background-color: #C16D56;
}
.BgClassName
{
background-color: #C16D56;
}
</style>
border-color css
<style>
span { border-color: #C16D56; }
span { border-color: rgb(193,109,86); }
td.TdClassName
{
border-color: #C16D56;
}
.TagClassName
{
border-color: #C16D56;
}
</style>