Shades of Japonica #C56D55
Tints of Japonica #C56D55
RGB
CMYK
RGB Variations
Color information
#C56D55 (or 0xC56D55) is known color: Japonica. HEX triplet: C5, 6D and 55. RGB value is (197,109,85). Sum of RGB (Red+Green+Blue) = 197+109+85=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D55 is #3A92AA. Grayscale: #848484. Windows color (decimal): -3838635 or 5598661. OLE color: 5598661.
HSL color Cylindrical-coordinate representation of color #C56D55: hue angle of 12.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56D55 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 85 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.23 |
| HSL | 12.86º | 0.49% | 0.55% | - |
| HSV(B) | 12.86º | 0.57% | 0.77% | - |
| XYZ | 30.13 | 23.46 | 11.53 | - |
| YUV | 132.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 85 | 0 | 0.45 | 0.57 | 0.23 | 12.86 | 0.49 | 0.55 |
| Hex | C5 | 6D | 55 | 0 | 2D | 39 | 17 | D | 31 | 37 |
| Octal | 305 | 155 | 125 | 0 | 55 | 71 | 27 | 15 | 61 | 67 |
| Binary | 11000101 | 1101101 | 1010101 | 0 | 101101 | 111001 | 10111 | 1101 | 110001 | 110111 |
Color Harmonies of #C56D55
Complementary color
Monochromatic Colors of #C56D55
Black with #C56D55
Text Example
Text Example
White with #C56D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D55; }
p { color: rgb(197,109,85); }
H1.HeaderClassName
{
color: #C56D55;
}
.AnyTagClassName
{
color: #C56D55;
}
</style>
background-color css
<style>
a { background-color: #C56D55; }
a { background-color: rgb(197,109,85); }
div.DivClassName
{
background-color: #C56D55;
}
.BgClassName
{
background-color: #C56D55;
}
</style>
border-color css
<style>
span { border-color: #C56D55; }
span { border-color: rgb(197,109,85); }
td.TdClassName
{
border-color: #C56D55;
}
.TagClassName
{
border-color: #C56D55;
}
</style>