Shades of Japonica #C56D56
Tints of Japonica #C56D56
RGB
CMYK
RGB Variations
Color information
#C56D56 (or 0xC56D56) is known color: Japonica. HEX triplet: C5, 6D and 56. RGB value is (197,109,86). Sum of RGB (Red+Green+Blue) = 197+109+86=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D56 is #3A92A9. Grayscale: #848484. Windows color (decimal): -3838634 or 5664197. OLE color: 5664197.
HSL color Cylindrical-coordinate representation of color #C56D56: hue angle of 12.43º 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 #C56D56 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 86 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.23 |
| HSL | 12.43º | 0.49% | 0.55% | - |
| HSV(B) | 12.43º | 0.56% | 0.77% | - |
| XYZ | 30.17 | 23.48 | 11.75 | - |
| YUV | 132.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 86 | 0 | 0.45 | 0.56 | 0.23 | 12.43 | 0.49 | 0.55 |
| Hex | C5 | 6D | 56 | 0 | 2D | 38 | 17 | C | 31 | 37 |
| Octal | 305 | 155 | 126 | 0 | 55 | 70 | 27 | 14 | 61 | 67 |
| Binary | 11000101 | 1101101 | 1010110 | 0 | 101101 | 111000 | 10111 | 1100 | 110001 | 110111 |
Color Harmonies of #C56D56
Complementary color
Monochromatic Colors of #C56D56
Black with #C56D56
Text Example
Text Example
White with #C56D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D56; }
p { color: rgb(197,109,86); }
H1.HeaderClassName
{
color: #C56D56;
}
.AnyTagClassName
{
color: #C56D56;
}
</style>
background-color css
<style>
a { background-color: #C56D56; }
a { background-color: rgb(197,109,86); }
div.DivClassName
{
background-color: #C56D56;
}
.BgClassName
{
background-color: #C56D56;
}
</style>
border-color css
<style>
span { border-color: #C56D56; }
span { border-color: rgb(197,109,86); }
td.TdClassName
{
border-color: #C56D56;
}
.TagClassName
{
border-color: #C56D56;
}
</style>