Shades of Japonica #C16E58
Tints of Japonica #C16E58
RGB
CMYK
RGB Variations
Color information
#C16E58 (or 0xC16E58) is known color: Japonica. HEX triplet: C1, 6E and 58. RGB value is (193,110,88). Sum of RGB (Red+Green+Blue) = 193+110+88=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E58 is #3E91A7. Grayscale: #848484. Windows color (decimal): -4100520 or 5795521. OLE color: 5795521.
HSL color Cylindrical-coordinate representation of color #C16E58: hue angle of 12.57º 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 #C16E58 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 110 | 88 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.24 |
| HSL | 12.57º | 0.46% | 0.55% | - |
| HSV(B) | 12.57º | 0.54% | 0.76% | - |
| XYZ | 29.33 | 23.19 | 12.16 | - |
| YUV | 132.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 88 | 0 | 0.43 | 0.54 | 0.24 | 12.57 | 0.46 | 0.55 |
| Hex | C1 | 6E | 58 | 0 | 2B | 36 | 18 | D | 2E | 37 |
| Octal | 301 | 156 | 130 | 0 | 53 | 66 | 30 | 15 | 56 | 67 |
| Binary | 11000001 | 1101110 | 1011000 | 0 | 101011 | 110110 | 11000 | 1101 | 101110 | 110111 |
Color Harmonies of #C16E58
Complementary color
Monochromatic Colors of #C16E58
Black with #C16E58
Text Example
Text Example
White with #C16E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16E58; }
p { color: rgb(193,110,88); }
H1.HeaderClassName
{
color: #C16E58;
}
.AnyTagClassName
{
color: #C16E58;
}
</style>
background-color css
<style>
a { background-color: #C16E58; }
a { background-color: rgb(193,110,88); }
div.DivClassName
{
background-color: #C16E58;
}
.BgClassName
{
background-color: #C16E58;
}
</style>
border-color css
<style>
span { border-color: #C16E58; }
span { border-color: rgb(193,110,88); }
td.TdClassName
{
border-color: #C16E58;
}
.TagClassName
{
border-color: #C16E58;
}
</style>