Shades of Japonica #C96E55
Tints of Japonica #C96E55
RGB
CMYK
RGB Variations
Color information
#C96E55 (or 0xC96E55) is known color: Japonica. HEX triplet: C9, 6E and 55. RGB value is (201,110,85). Sum of RGB (Red+Green+Blue) = 201+110+85=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E55 is #3691AA. Grayscale: #868686. Windows color (decimal): -3576235 or 5598921. OLE color: 5598921.
HSL color Cylindrical-coordinate representation of color #C96E55: hue angle of 12.93º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96E55 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 110 | 85 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.21 |
| HSL | 12.93º | 0.52% | 0.56% | - |
| HSV(B) | 12.93º | 0.58% | 0.79% | - |
| XYZ | 31.3 | 24.23 | 11.62 | - |
| YUV | 134.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 110 | 85 | 0 | 0.45 | 0.58 | 0.21 | 12.93 | 0.52 | 0.56 |
| Hex | C9 | 6E | 55 | 0 | 2D | 3A | 15 | D | 34 | 38 |
| Octal | 311 | 156 | 125 | 0 | 55 | 72 | 25 | 15 | 64 | 70 |
| Binary | 11001001 | 1101110 | 1010101 | 0 | 101101 | 111010 | 10101 | 1101 | 110100 | 111000 |
Color Harmonies of #C96E55
Complementary color
Monochromatic Colors of #C96E55
Black with #C96E55
Text Example
Text Example
White with #C96E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96E55; }
p { color: rgb(201,110,85); }
H1.HeaderClassName
{
color: #C96E55;
}
.AnyTagClassName
{
color: #C96E55;
}
</style>
background-color css
<style>
a { background-color: #C96E55; }
a { background-color: rgb(201,110,85); }
div.DivClassName
{
background-color: #C96E55;
}
.BgClassName
{
background-color: #C96E55;
}
</style>
border-color css
<style>
span { border-color: #C96E55; }
span { border-color: rgb(201,110,85); }
td.TdClassName
{
border-color: #C96E55;
}
.TagClassName
{
border-color: #C96E55;
}
</style>