Shades of Japonica #C97156
Tints of Japonica #C97156
RGB
CMYK
RGB Variations
Color information
#C97156 (or 0xC97156) is known color: Japonica. HEX triplet: C9, 71 and 56. RGB value is (201,113,86). Sum of RGB (Red+Green+Blue) = 201+113+86=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C97156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97156 is #368EA9. Grayscale: #888888. Windows color (decimal): -3575466 or 5665225. OLE color: 5665225.
HSL color Cylindrical-coordinate representation of color #C97156: hue angle of 14.09º 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 #C97156 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 86 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.21 |
| HSL | 14.09º | 0.52% | 0.56% | - |
| HSV(B) | 14.09º | 0.57% | 0.79% | - |
| XYZ | 31.67 | 24.9 | 11.94 | - |
| YUV | 136.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 86 | 0 | 0.44 | 0.57 | 0.21 | 14.09 | 0.52 | 0.56 |
| Hex | C9 | 71 | 56 | 0 | 2C | 39 | 15 | E | 34 | 38 |
| Octal | 311 | 161 | 126 | 0 | 54 | 71 | 25 | 16 | 64 | 70 |
| Binary | 11001001 | 1110001 | 1010110 | 0 | 101100 | 111001 | 10101 | 1110 | 110100 | 111000 |
Color Harmonies of #C97156
Complementary color
Monochromatic Colors of #C97156
Black with #C97156
Text Example
Text Example
White with #C97156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97156; }
p { color: rgb(201,113,86); }
H1.HeaderClassName
{
color: #C97156;
}
.AnyTagClassName
{
color: #C97156;
}
</style>
background-color css
<style>
a { background-color: #C97156; }
a { background-color: rgb(201,113,86); }
div.DivClassName
{
background-color: #C97156;
}
.BgClassName
{
background-color: #C97156;
}
</style>
border-color css
<style>
span { border-color: #C97156; }
span { border-color: rgb(201,113,86); }
td.TdClassName
{
border-color: #C97156;
}
.TagClassName
{
border-color: #C97156;
}
</style>