Shades of Japonica #C16E54
Tints of Japonica #C16E54
RGB
CMYK
RGB Variations
Color information
#C16E54 (or 0xC16E54) is known color: Japonica. HEX triplet: C1, 6E and 54. RGB value is (193,110,84). Sum of RGB (Red+Green+Blue) = 193+110+84=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E54 is #3E91AB. Grayscale: #848484. Windows color (decimal): -4100524 or 5533377. OLE color: 5533377.
HSL color Cylindrical-coordinate representation of color #C16E54: hue angle of 14.31º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C16E54 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 84 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.24 |
| HSL | 14.31º | 0.47% | 0.54% | - |
| HSV(B) | 14.31º | 0.56% | 0.76% | - |
| XYZ | 29.17 | 23.13 | 11.31 | - |
| YUV | 131.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 84 | 0 | 0.43 | 0.56 | 0.24 | 14.31 | 0.47 | 0.54 |
| Hex | C1 | 6E | 54 | 0 | 2B | 38 | 18 | E | 2F | 36 |
| Octal | 301 | 156 | 124 | 0 | 53 | 70 | 30 | 16 | 57 | 66 |
| Binary | 11000001 | 1101110 | 1010100 | 0 | 101011 | 111000 | 11000 | 1110 | 101111 | 110110 |
Color Harmonies of #C16E54
Complementary color
Monochromatic Colors of #C16E54
Black with #C16E54
Text Example
Text Example
White with #C16E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E54; }
p { color: rgb(193,110,84); }
H1.HeaderClassName
{
color: #C16E54;
}
.AnyTagClassName
{
color: #C16E54;
}
</style>
background-color css
<style>
a { background-color: #C16E54; }
a { background-color: rgb(193,110,84); }
div.DivClassName
{
background-color: #C16E54;
}
.BgClassName
{
background-color: #C16E54;
}
</style>
border-color css
<style>
span { border-color: #C16E54; }
span { border-color: rgb(193,110,84); }
td.TdClassName
{
border-color: #C16E54;
}
.TagClassName
{
border-color: #C16E54;
}
</style>