Shades of Japonica #C97865
Tints of Japonica #C97865
RGB
CMYK
RGB Variations
Color information
#C97865 (or 0xC97865) is known color: Japonica. HEX triplet: C9, 78 and 65. RGB value is (201,120,101). Sum of RGB (Red+Green+Blue) = 201+120+101=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C97865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97865 is #36879A. Grayscale: #8E8E8E. Windows color (decimal): -3573659 or 6650057. OLE color: 6650057.
HSL color Cylindrical-coordinate representation of color #C97865: hue angle of 11.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97865 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.21 |
| HSL | 11.4º | 0.48% | 0.59% | - |
| HSV(B) | 11.4º | 0.5% | 0.79% | - |
| XYZ | 33.15 | 26.79 | 15.74 | - |
| YUV | 142.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 101 | 0 | 0.40 | 0.50 | 0.21 | 11.4 | 0.48 | 0.59 |
| Hex | C9 | 78 | 65 | 0 | 28 | 32 | 15 | B | 30 | 3B |
| Octal | 311 | 170 | 145 | 0 | 50 | 62 | 25 | 13 | 60 | 73 |
| Binary | 11001001 | 1111000 | 1100101 | 0 | 101000 | 110010 | 10101 | 1011 | 110000 | 111011 |
Color Harmonies of #C97865
Complementary color
Monochromatic Colors of #C97865
Black with #C97865
Text Example
Text Example
White with #C97865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97865; }
p { color: rgb(201,120,101); }
H1.HeaderClassName
{
color: #C97865;
}
.AnyTagClassName
{
color: #C97865;
}
</style>
background-color css
<style>
a { background-color: #C97865; }
a { background-color: rgb(201,120,101); }
div.DivClassName
{
background-color: #C97865;
}
.BgClassName
{
background-color: #C97865;
}
</style>
border-color css
<style>
span { border-color: #C97865; }
span { border-color: rgb(201,120,101); }
td.TdClassName
{
border-color: #C97865;
}
.TagClassName
{
border-color: #C97865;
}
</style>