Shades of Japonica #C97A60
Tints of Japonica #C97A60
RGB
CMYK
RGB Variations
Color information
#C97A60 (or 0xC97A60) is known color: Japonica. HEX triplet: C9, 7A and 60. RGB value is (201,122,96). Sum of RGB (Red+Green+Blue) = 201+122+96=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A60 is #36859F. Grayscale: #8E8E8E. Windows color (decimal): -3573152 or 6322889. OLE color: 6322889.
HSL color Cylindrical-coordinate representation of color #C97A60: hue angle of 14.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 #C97A60 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 96 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.21 |
| HSL | 14.86º | 0.49% | 0.58% | - |
| HSV(B) | 14.86º | 0.52% | 0.79% | - |
| XYZ | 33.16 | 27.18 | 14.57 | - |
| YUV | 142.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 96 | 0 | 0.39 | 0.52 | 0.21 | 14.86 | 0.49 | 0.58 |
| Hex | C9 | 7A | 60 | 0 | 27 | 34 | 15 | F | 31 | 3A |
| Octal | 311 | 172 | 140 | 0 | 47 | 64 | 25 | 17 | 61 | 72 |
| Binary | 11001001 | 1111010 | 1100000 | 0 | 100111 | 110100 | 10101 | 1111 | 110001 | 111010 |
Color Harmonies of #C97A60
Complementary color
Monochromatic Colors of #C97A60
Black with #C97A60
Text Example
Text Example
White with #C97A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A60; }
p { color: rgb(201,122,96); }
H1.HeaderClassName
{
color: #C97A60;
}
.AnyTagClassName
{
color: #C97A60;
}
</style>
background-color css
<style>
a { background-color: #C97A60; }
a { background-color: rgb(201,122,96); }
div.DivClassName
{
background-color: #C97A60;
}
.BgClassName
{
background-color: #C97A60;
}
</style>
border-color css
<style>
span { border-color: #C97A60; }
span { border-color: rgb(201,122,96); }
td.TdClassName
{
border-color: #C97A60;
}
.TagClassName
{
border-color: #C97A60;
}
</style>