Shades of Japonica #C56F56
Tints of Japonica #C56F56
RGB
CMYK
RGB Variations
Color information
#C56F56 (or 0xC56F56) is known color: Japonica. HEX triplet: C5, 6F and 56. RGB value is (197,111,86). Sum of RGB (Red+Green+Blue) = 197+111+86=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F56 is #3A90A9. Grayscale: #868686. Windows color (decimal): -3838122 or 5664709. OLE color: 5664709.
HSL color Cylindrical-coordinate representation of color #C56F56: hue angle of 13.51º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56F56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 86 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.23 |
| HSL | 13.51º | 0.49% | 0.55% | - |
| HSV(B) | 13.51º | 0.56% | 0.77% | - |
| XYZ | 30.39 | 23.91 | 11.82 | - |
| YUV | 133.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 86 | 0 | 0.44 | 0.56 | 0.23 | 13.51 | 0.49 | 0.55 |
| Hex | C5 | 6F | 56 | 0 | 2C | 38 | 17 | E | 31 | 37 |
| Octal | 305 | 157 | 126 | 0 | 54 | 70 | 27 | 16 | 61 | 67 |
| Binary | 11000101 | 1101111 | 1010110 | 0 | 101100 | 111000 | 10111 | 1110 | 110001 | 110111 |
Color Harmonies of #C56F56
Complementary color
Monochromatic Colors of #C56F56
Black with #C56F56
Text Example
Text Example
White with #C56F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F56; }
p { color: rgb(197,111,86); }
H1.HeaderClassName
{
color: #C56F56;
}
.AnyTagClassName
{
color: #C56F56;
}
</style>
background-color css
<style>
a { background-color: #C56F56; }
a { background-color: rgb(197,111,86); }
div.DivClassName
{
background-color: #C56F56;
}
.BgClassName
{
background-color: #C56F56;
}
</style>
border-color css
<style>
span { border-color: #C56F56; }
span { border-color: rgb(197,111,86); }
td.TdClassName
{
border-color: #C56F56;
}
.TagClassName
{
border-color: #C56F56;
}
</style>