Shades of Japonica #C97A59
Tints of Japonica #C97A59
RGB
CMYK
RGB Variations
Color information
#C97A59 (or 0xC97A59) is known color: Japonica. HEX triplet: C9, 7A and 59. RGB value is (201,122,89). Sum of RGB (Red+Green+Blue) = 201+122+89=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97A59 is #3685A6. Grayscale: #8E8E8E. Windows color (decimal): -3573159 or 5864137. OLE color: 5864137.
HSL color Cylindrical-coordinate representation of color #C97A59: hue angle of 17.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C97A59 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 89 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.21 |
| HSL | 17.68º | 0.51% | 0.57% | - |
| HSV(B) | 17.68º | 0.56% | 0.79% | - |
| XYZ | 32.85 | 27.06 | 12.94 | - |
| YUV | 141.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 89 | 0 | 0.39 | 0.56 | 0.21 | 17.68 | 0.51 | 0.57 |
| Hex | C9 | 7A | 59 | 0 | 27 | 38 | 15 | 12 | 33 | 39 |
| Octal | 311 | 172 | 131 | 0 | 47 | 70 | 25 | 22 | 63 | 71 |
| Binary | 11001001 | 1111010 | 1011001 | 0 | 100111 | 111000 | 10101 | 10010 | 110011 | 111001 |
Color Harmonies of #C97A59
Complementary color
Monochromatic Colors of #C97A59
Black with #C97A59
Text Example
Text Example
White with #C97A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A59; }
p { color: rgb(201,122,89); }
H1.HeaderClassName
{
color: #C97A59;
}
.AnyTagClassName
{
color: #C97A59;
}
</style>
background-color css
<style>
a { background-color: #C97A59; }
a { background-color: rgb(201,122,89); }
div.DivClassName
{
background-color: #C97A59;
}
.BgClassName
{
background-color: #C97A59;
}
</style>
border-color css
<style>
span { border-color: #C97A59; }
span { border-color: rgb(201,122,89); }
td.TdClassName
{
border-color: #C97A59;
}
.TagClassName
{
border-color: #C97A59;
}
</style>