Shades of Japonica #C56F59
Tints of Japonica #C56F59
RGB
CMYK
RGB Variations
Color information
#C56F59 (or 0xC56F59) is known color: Japonica. HEX triplet: C5, 6F and 59. RGB value is (197,111,89). Sum of RGB (Red+Green+Blue) = 197+111+89=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F59 is #3A90A6. Grayscale: #868686. Windows color (decimal): -3838119 or 5861317. OLE color: 5861317.
HSL color Cylindrical-coordinate representation of color #C56F59: hue angle of 12.22º 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 #C56F59 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 89 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.23 |
| HSL | 12.22º | 0.48% | 0.56% | - |
| HSV(B) | 12.22º | 0.55% | 0.77% | - |
| XYZ | 30.51 | 23.96 | 12.47 | - |
| YUV | 134.21 | 102.49 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 89 | 0 | 0.44 | 0.55 | 0.23 | 12.22 | 0.48 | 0.56 |
| Hex | C5 | 6F | 59 | 0 | 2C | 37 | 17 | C | 30 | 38 |
| Octal | 305 | 157 | 131 | 0 | 54 | 67 | 27 | 14 | 60 | 70 |
| Binary | 11000101 | 1101111 | 1011001 | 0 | 101100 | 110111 | 10111 | 1100 | 110000 | 111000 |
Color Harmonies of #C56F59
Complementary color
Monochromatic Colors of #C56F59
Black with #C56F59
Text Example
Text Example
White with #C56F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F59; }
p { color: rgb(197,111,89); }
H1.HeaderClassName
{
color: #C56F59;
}
.AnyTagClassName
{
color: #C56F59;
}
</style>
background-color css
<style>
a { background-color: #C56F59; }
a { background-color: rgb(197,111,89); }
div.DivClassName
{
background-color: #C56F59;
}
.BgClassName
{
background-color: #C56F59;
}
</style>
border-color css
<style>
span { border-color: #C56F59; }
span { border-color: rgb(197,111,89); }
td.TdClassName
{
border-color: #C56F59;
}
.TagClassName
{
border-color: #C56F59;
}
</style>