Shades of Japonica #C97360
Tints of Japonica #C97360
RGB
CMYK
RGB Variations
Color information
#C97360 (or 0xC97360) is known color: Japonica. HEX triplet: C9, 73 and 60. RGB value is (201,115,96). Sum of RGB (Red+Green+Blue) = 201+115+96=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C97360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97360 is #368C9F. Grayscale: #8A8A8A. Windows color (decimal): -3574944 or 6321097. OLE color: 6321097.
HSL color Cylindrical-coordinate representation of color #C97360: hue angle of 10.86º 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 #C97360 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 96 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.21 |
| HSL | 10.86º | 0.49% | 0.58% | - |
| HSV(B) | 10.86º | 0.52% | 0.79% | - |
| XYZ | 32.33 | 25.52 | 14.29 | - |
| YUV | 138.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 96 | 0 | 0.43 | 0.52 | 0.21 | 10.86 | 0.49 | 0.58 |
| Hex | C9 | 73 | 60 | 0 | 2B | 34 | 15 | B | 31 | 3A |
| Octal | 311 | 163 | 140 | 0 | 53 | 64 | 25 | 13 | 61 | 72 |
| Binary | 11001001 | 1110011 | 1100000 | 0 | 101011 | 110100 | 10101 | 1011 | 110001 | 111010 |
Color Harmonies of #C97360
Complementary color
Monochromatic Colors of #C97360
Black with #C97360
Text Example
Text Example
White with #C97360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97360; }
p { color: rgb(201,115,96); }
H1.HeaderClassName
{
color: #C97360;
}
.AnyTagClassName
{
color: #C97360;
}
</style>
background-color css
<style>
a { background-color: #C97360; }
a { background-color: rgb(201,115,96); }
div.DivClassName
{
background-color: #C97360;
}
.BgClassName
{
background-color: #C97360;
}
</style>
border-color css
<style>
span { border-color: #C97360; }
span { border-color: rgb(201,115,96); }
td.TdClassName
{
border-color: #C97360;
}
.TagClassName
{
border-color: #C97360;
}
</style>