Shades of Japonica #C97260
Tints of Japonica #C97260
RGB
CMYK
RGB Variations
Color information
#C97260 (or 0xC97260) is known color: Japonica. HEX triplet: C9, 72 and 60. RGB value is (201,114,96). Sum of RGB (Red+Green+Blue) = 201+114+96=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C97260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97260 is #368D9F. Grayscale: #8A8A8A. Windows color (decimal): -3575200 or 6320841. OLE color: 6320841.
HSL color Cylindrical-coordinate representation of color #C97260: hue angle of 10.29º 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 #C97260 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 96 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.21 |
| HSL | 10.29º | 0.49% | 0.58% | - |
| HSV(B) | 10.29º | 0.52% | 0.79% | - |
| XYZ | 32.22 | 25.3 | 14.25 | - |
| YUV | 137.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 96 | 0 | 0.43 | 0.52 | 0.21 | 10.29 | 0.49 | 0.58 |
| Hex | C9 | 72 | 60 | 0 | 2B | 34 | 15 | A | 31 | 3A |
| Octal | 311 | 162 | 140 | 0 | 53 | 64 | 25 | 12 | 61 | 72 |
| Binary | 11001001 | 1110010 | 1100000 | 0 | 101011 | 110100 | 10101 | 1010 | 110001 | 111010 |
Color Harmonies of #C97260
Complementary color
Monochromatic Colors of #C97260
Black with #C97260
Text Example
Text Example
White with #C97260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97260; }
p { color: rgb(201,114,96); }
H1.HeaderClassName
{
color: #C97260;
}
.AnyTagClassName
{
color: #C97260;
}
</style>
background-color css
<style>
a { background-color: #C97260; }
a { background-color: rgb(201,114,96); }
div.DivClassName
{
background-color: #C97260;
}
.BgClassName
{
background-color: #C97260;
}
</style>
border-color css
<style>
span { border-color: #C97260; }
span { border-color: rgb(201,114,96); }
td.TdClassName
{
border-color: #C97260;
}
.TagClassName
{
border-color: #C97260;
}
</style>