Shades of Japonica #C56D59
Tints of Japonica #C56D59
RGB
CMYK
RGB Variations
Color information
#C56D59 (or 0xC56D59) is known color: Japonica. HEX triplet: C5, 6D and 59. RGB value is (197,109,89). Sum of RGB (Red+Green+Blue) = 197+109+89=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D59 is #3A92A6. Grayscale: #858585. Windows color (decimal): -3838631 or 5860805. OLE color: 5860805.
HSL color Cylindrical-coordinate representation of color #C56D59: hue angle of 11.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56D59 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 89 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.23 |
| HSL | 11.11º | 0.48% | 0.56% | - |
| HSV(B) | 11.11º | 0.55% | 0.77% | - |
| XYZ | 30.3 | 23.53 | 12.4 | - |
| YUV | 133.03 | 103.15 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 89 | 0 | 0.45 | 0.55 | 0.23 | 11.11 | 0.48 | 0.56 |
| Hex | C5 | 6D | 59 | 0 | 2D | 37 | 17 | B | 30 | 38 |
| Octal | 305 | 155 | 131 | 0 | 55 | 67 | 27 | 13 | 60 | 70 |
| Binary | 11000101 | 1101101 | 1011001 | 0 | 101101 | 110111 | 10111 | 1011 | 110000 | 111000 |
Color Harmonies of #C56D59
Complementary color
Monochromatic Colors of #C56D59
Black with #C56D59
Text Example
Text Example
White with #C56D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D59; }
p { color: rgb(197,109,89); }
H1.HeaderClassName
{
color: #C56D59;
}
.AnyTagClassName
{
color: #C56D59;
}
</style>
background-color css
<style>
a { background-color: #C56D59; }
a { background-color: rgb(197,109,89); }
div.DivClassName
{
background-color: #C56D59;
}
.BgClassName
{
background-color: #C56D59;
}
</style>
border-color css
<style>
span { border-color: #C56D59; }
span { border-color: rgb(197,109,89); }
td.TdClassName
{
border-color: #C56D59;
}
.TagClassName
{
border-color: #C56D59;
}
</style>