Shades of Japonica #C97160
Tints of Japonica #C97160
RGB
CMYK
RGB Variations
Color information
#C97160 (or 0xC97160) is known color: Japonica. HEX triplet: C9, 71 and 60. RGB value is (201,113,96). Sum of RGB (Red+Green+Blue) = 201+113+96=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C97160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97160 is #368E9F. Grayscale: #898989. Windows color (decimal): -3575456 or 6320585. OLE color: 6320585.
HSL color Cylindrical-coordinate representation of color #C97160: hue angle of 9.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97160 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 96 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.21 |
| HSL | 9.71º | 0.49% | 0.58% | - |
| HSV(B) | 9.71º | 0.52% | 0.79% | - |
| XYZ | 32.1 | 25.07 | 14.21 | - |
| YUV | 137.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 96 | 0 | 0.44 | 0.52 | 0.21 | 9.71 | 0.49 | 0.58 |
| Hex | C9 | 71 | 60 | 0 | 2C | 34 | 15 | A | 31 | 3A |
| Octal | 311 | 161 | 140 | 0 | 54 | 64 | 25 | 12 | 61 | 72 |
| Binary | 11001001 | 1110001 | 1100000 | 0 | 101100 | 110100 | 10101 | 1010 | 110001 | 111010 |
Color Harmonies of #C97160
Complementary color
Monochromatic Colors of #C97160
Black with #C97160
Text Example
Text Example
White with #C97160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97160; }
p { color: rgb(201,113,96); }
H1.HeaderClassName
{
color: #C97160;
}
.AnyTagClassName
{
color: #C97160;
}
</style>
background-color css
<style>
a { background-color: #C97160; }
a { background-color: rgb(201,113,96); }
div.DivClassName
{
background-color: #C97160;
}
.BgClassName
{
background-color: #C97160;
}
</style>
border-color css
<style>
span { border-color: #C97160; }
span { border-color: rgb(201,113,96); }
td.TdClassName
{
border-color: #C97160;
}
.TagClassName
{
border-color: #C97160;
}
</style>