Shades of Japonica #C16C58
Tints of Japonica #C16C58
RGB
CMYK
RGB Variations
Color information
#C16C58 (or 0xC16C58) is known color: Japonica. HEX triplet: C1, 6C and 58. RGB value is (193,108,88). Sum of RGB (Red+Green+Blue) = 193+108+88=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C58 is #3E93A7. Grayscale: #838383. Windows color (decimal): -4101032 or 5795009. OLE color: 5795009.
HSL color Cylindrical-coordinate representation of color #C16C58: hue angle of 11.43º 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 #C16C58 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 88 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.24 |
| HSL | 11.43º | 0.46% | 0.55% | - |
| HSV(B) | 11.43º | 0.54% | 0.76% | - |
| XYZ | 29.12 | 22.77 | 12.09 | - |
| YUV | 131.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 88 | 0 | 0.44 | 0.54 | 0.24 | 11.43 | 0.46 | 0.55 |
| Hex | C1 | 6C | 58 | 0 | 2C | 36 | 18 | B | 2E | 37 |
| Octal | 301 | 154 | 130 | 0 | 54 | 66 | 30 | 13 | 56 | 67 |
| Binary | 11000001 | 1101100 | 1011000 | 0 | 101100 | 110110 | 11000 | 1011 | 101110 | 110111 |
Color Harmonies of #C16C58
Complementary color
Monochromatic Colors of #C16C58
Black with #C16C58
Text Example
Text Example
White with #C16C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C58; }
p { color: rgb(193,108,88); }
H1.HeaderClassName
{
color: #C16C58;
}
.AnyTagClassName
{
color: #C16C58;
}
</style>
background-color css
<style>
a { background-color: #C16C58; }
a { background-color: rgb(193,108,88); }
div.DivClassName
{
background-color: #C16C58;
}
.BgClassName
{
background-color: #C16C58;
}
</style>
border-color css
<style>
span { border-color: #C16C58; }
span { border-color: rgb(193,108,88); }
td.TdClassName
{
border-color: #C16C58;
}
.TagClassName
{
border-color: #C16C58;
}
</style>