Shades of Japonica #C97863
Tints of Japonica #C97863
RGB
CMYK
RGB Variations
Color information
#C97863 (or 0xC97863) is known color: Japonica. HEX triplet: C9, 78 and 63. RGB value is (201,120,99). Sum of RGB (Red+Green+Blue) = 201+120+99=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C97863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97863 is #36879C. Grayscale: #8D8D8D. Windows color (decimal): -3573661 or 6518985. OLE color: 6518985.
HSL color Cylindrical-coordinate representation of color #C97863: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97863 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 99 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.21 |
| HSL | 12.35º | 0.49% | 0.59% | - |
| HSV(B) | 12.35º | 0.51% | 0.79% | - |
| XYZ | 33.06 | 26.75 | 15.23 | - |
| YUV | 141.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 99 | 0 | 0.40 | 0.51 | 0.21 | 12.35 | 0.49 | 0.59 |
| Hex | C9 | 78 | 63 | 0 | 28 | 33 | 15 | C | 31 | 3B |
| Octal | 311 | 170 | 143 | 0 | 50 | 63 | 25 | 14 | 61 | 73 |
| Binary | 11001001 | 1111000 | 1100011 | 0 | 101000 | 110011 | 10101 | 1100 | 110001 | 111011 |
Color Harmonies of #C97863
Complementary color
Monochromatic Colors of #C97863
Black with #C97863
Text Example
Text Example
White with #C97863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97863; }
p { color: rgb(201,120,99); }
H1.HeaderClassName
{
color: #C97863;
}
.AnyTagClassName
{
color: #C97863;
}
</style>
background-color css
<style>
a { background-color: #C97863; }
a { background-color: rgb(201,120,99); }
div.DivClassName
{
background-color: #C97863;
}
.BgClassName
{
background-color: #C97863;
}
</style>
border-color css
<style>
span { border-color: #C97863; }
span { border-color: rgb(201,120,99); }
td.TdClassName
{
border-color: #C97863;
}
.TagClassName
{
border-color: #C97863;
}
</style>