Shades of Japonica #C97159
Tints of Japonica #C97159
RGB
CMYK
RGB Variations
Color information
#C97159 (or 0xC97159) is known color: Japonica. HEX triplet: C9, 71 and 59. RGB value is (201,113,89). Sum of RGB (Red+Green+Blue) = 201+113+89=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C97159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97159 is #368EA6. Grayscale: #888888. Windows color (decimal): -3575463 or 5861833. OLE color: 5861833.
HSL color Cylindrical-coordinate representation of color #C97159: hue angle of 12.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C97159 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 89 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.21 |
| HSL | 12.86º | 0.51% | 0.57% | - |
| HSV(B) | 12.86º | 0.56% | 0.79% | - |
| XYZ | 31.8 | 24.95 | 12.59 | - |
| YUV | 136.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 89 | 0 | 0.44 | 0.56 | 0.21 | 12.86 | 0.51 | 0.57 |
| Hex | C9 | 71 | 59 | 0 | 2C | 38 | 15 | D | 33 | 39 |
| Octal | 311 | 161 | 131 | 0 | 54 | 70 | 25 | 15 | 63 | 71 |
| Binary | 11001001 | 1110001 | 1011001 | 0 | 101100 | 111000 | 10101 | 1101 | 110011 | 111001 |
Color Harmonies of #C97159
Complementary color
Monochromatic Colors of #C97159
Black with #C97159
Text Example
Text Example
White with #C97159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97159; }
p { color: rgb(201,113,89); }
H1.HeaderClassName
{
color: #C97159;
}
.AnyTagClassName
{
color: #C97159;
}
</style>
background-color css
<style>
a { background-color: #C97159; }
a { background-color: rgb(201,113,89); }
div.DivClassName
{
background-color: #C97159;
}
.BgClassName
{
background-color: #C97159;
}
</style>
border-color css
<style>
span { border-color: #C97159; }
span { border-color: rgb(201,113,89); }
td.TdClassName
{
border-color: #C97159;
}
.TagClassName
{
border-color: #C97159;
}
</style>