Shades of Japonica #C16F58
Tints of Japonica #C16F58
RGB
CMYK
RGB Variations
Color information
#C16F58 (or 0xC16F58) is known color: Japonica. HEX triplet: C1, 6F and 58. RGB value is (193,111,88). Sum of RGB (Red+Green+Blue) = 193+111+88=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F58 is #3E90A7. Grayscale: #858585. Windows color (decimal): -4100264 or 5795777. OLE color: 5795777.
HSL color Cylindrical-coordinate representation of color #C16F58: hue angle of 13.14º 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 #C16F58 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 88 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.24 |
| HSL | 13.14º | 0.46% | 0.55% | - |
| HSV(B) | 13.14º | 0.54% | 0.76% | - |
| XYZ | 29.44 | 23.41 | 12.2 | - |
| YUV | 132.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 88 | 0 | 0.42 | 0.54 | 0.24 | 13.14 | 0.46 | 0.55 |
| Hex | C1 | 6F | 58 | 0 | 2A | 36 | 18 | D | 2E | 37 |
| Octal | 301 | 157 | 130 | 0 | 52 | 66 | 30 | 15 | 56 | 67 |
| Binary | 11000001 | 1101111 | 1011000 | 0 | 101010 | 110110 | 11000 | 1101 | 101110 | 110111 |
Color Harmonies of #C16F58
Complementary color
Monochromatic Colors of #C16F58
Black with #C16F58
Text Example
Text Example
White with #C16F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F58; }
p { color: rgb(193,111,88); }
H1.HeaderClassName
{
color: #C16F58;
}
.AnyTagClassName
{
color: #C16F58;
}
</style>
background-color css
<style>
a { background-color: #C16F58; }
a { background-color: rgb(193,111,88); }
div.DivClassName
{
background-color: #C16F58;
}
.BgClassName
{
background-color: #C16F58;
}
</style>
border-color css
<style>
span { border-color: #C16F58; }
span { border-color: rgb(193,111,88); }
td.TdClassName
{
border-color: #C16F58;
}
.TagClassName
{
border-color: #C16F58;
}
</style>