Shades of Japonica #C97056
Tints of Japonica #C97056
RGB
CMYK
RGB Variations
Color information
#C97056 (or 0xC97056) is known color: Japonica. HEX triplet: C9, 70 and 56. RGB value is (201,112,86). Sum of RGB (Red+Green+Blue) = 201+112+86=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C97056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97056 is #368FA9. Grayscale: #878787. Windows color (decimal): -3575722 or 5664969. OLE color: 5664969.
HSL color Cylindrical-coordinate representation of color #C97056: hue angle of 13.57º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C97056 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 86 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.21 |
| HSL | 13.57º | 0.52% | 0.56% | - |
| HSV(B) | 13.57º | 0.57% | 0.79% | - |
| XYZ | 31.56 | 24.68 | 11.9 | - |
| YUV | 135.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 86 | 0 | 0.44 | 0.57 | 0.21 | 13.57 | 0.52 | 0.56 |
| Hex | C9 | 70 | 56 | 0 | 2C | 39 | 15 | E | 34 | 38 |
| Octal | 311 | 160 | 126 | 0 | 54 | 71 | 25 | 16 | 64 | 70 |
| Binary | 11001001 | 1110000 | 1010110 | 0 | 101100 | 111001 | 10101 | 1110 | 110100 | 111000 |
Color Harmonies of #C97056
Complementary color
Monochromatic Colors of #C97056
Black with #C97056
Text Example
Text Example
White with #C97056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97056; }
p { color: rgb(201,112,86); }
H1.HeaderClassName
{
color: #C97056;
}
.AnyTagClassName
{
color: #C97056;
}
</style>
background-color css
<style>
a { background-color: #C97056; }
a { background-color: rgb(201,112,86); }
div.DivClassName
{
background-color: #C97056;
}
.BgClassName
{
background-color: #C97056;
}
</style>
border-color css
<style>
span { border-color: #C97056; }
span { border-color: rgb(201,112,86); }
td.TdClassName
{
border-color: #C97056;
}
.TagClassName
{
border-color: #C97056;
}
</style>