Shades of Japonica #C96A59
Tints of Japonica #C96A59
RGB
CMYK
RGB Variations
Color information
#C96A59 (or 0xC96A59) is known color: Japonica. HEX triplet: C9, 6A and 59. RGB value is (201,106,89). Sum of RGB (Red+Green+Blue) = 201+106+89=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A59 is #3695A6. Grayscale: #848484. Windows color (decimal): -3577255 or 5860041. OLE color: 5860041.
HSL color Cylindrical-coordinate representation of color #C96A59: hue angle of 9.11º 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 #C96A59 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 89 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.21 |
| HSL | 9.11º | 0.51% | 0.57% | - |
| HSV(B) | 9.11º | 0.56% | 0.79% | - |
| XYZ | 31.04 | 23.45 | 12.34 | - |
| YUV | 132.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 89 | 0 | 0.47 | 0.56 | 0.21 | 9.11 | 0.51 | 0.57 |
| Hex | C9 | 6A | 59 | 0 | 2F | 38 | 15 | 9 | 33 | 39 |
| Octal | 311 | 152 | 131 | 0 | 57 | 70 | 25 | 11 | 63 | 71 |
| Binary | 11001001 | 1101010 | 1011001 | 0 | 101111 | 111000 | 10101 | 1001 | 110011 | 111001 |
Color Harmonies of #C96A59
Complementary color
Monochromatic Colors of #C96A59
Black with #C96A59
Text Example
Text Example
White with #C96A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A59; }
p { color: rgb(201,106,89); }
H1.HeaderClassName
{
color: #C96A59;
}
.AnyTagClassName
{
color: #C96A59;
}
</style>
background-color css
<style>
a { background-color: #C96A59; }
a { background-color: rgb(201,106,89); }
div.DivClassName
{
background-color: #C96A59;
}
.BgClassName
{
background-color: #C96A59;
}
</style>
border-color css
<style>
span { border-color: #C96A59; }
span { border-color: rgb(201,106,89); }
td.TdClassName
{
border-color: #C96A59;
}
.TagClassName
{
border-color: #C96A59;
}
</style>