Shades of Japonica #C96B59
Tints of Japonica #C96B59
RGB
CMYK
RGB Variations
Color information
#C96B59 (or 0xC96B59) is known color: Japonica. HEX triplet: C9, 6B and 59. RGB value is (201,107,89). Sum of RGB (Red+Green+Blue) = 201+107+89=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B59 is #3694A6. Grayscale: #858585. Windows color (decimal): -3576999 or 5860297. OLE color: 5860297.
HSL color Cylindrical-coordinate representation of color #C96B59: hue angle of 9.64º 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 #C96B59 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 89 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.21 |
| HSL | 9.64º | 0.51% | 0.57% | - |
| HSV(B) | 9.64º | 0.56% | 0.79% | - |
| XYZ | 31.15 | 23.65 | 12.38 | - |
| YUV | 133.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 89 | 0 | 0.47 | 0.56 | 0.21 | 9.64 | 0.51 | 0.57 |
| Hex | C9 | 6B | 59 | 0 | 2F | 38 | 15 | A | 33 | 39 |
| Octal | 311 | 153 | 131 | 0 | 57 | 70 | 25 | 12 | 63 | 71 |
| Binary | 11001001 | 1101011 | 1011001 | 0 | 101111 | 111000 | 10101 | 1010 | 110011 | 111001 |
Color Harmonies of #C96B59
Complementary color
Monochromatic Colors of #C96B59
Black with #C96B59
Text Example
Text Example
White with #C96B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B59; }
p { color: rgb(201,107,89); }
H1.HeaderClassName
{
color: #C96B59;
}
.AnyTagClassName
{
color: #C96B59;
}
</style>
background-color css
<style>
a { background-color: #C96B59; }
a { background-color: rgb(201,107,89); }
div.DivClassName
{
background-color: #C96B59;
}
.BgClassName
{
background-color: #C96B59;
}
</style>
border-color css
<style>
span { border-color: #C96B59; }
span { border-color: rgb(201,107,89); }
td.TdClassName
{
border-color: #C96B59;
}
.TagClassName
{
border-color: #C96B59;
}
</style>