Shades of Japonica #C56E55
Tints of Japonica #C56E55
RGB
CMYK
RGB Variations
Color information
#C56E55 (or 0xC56E55) is known color: Japonica. HEX triplet: C5, 6E and 55. RGB value is (197,110,85). Sum of RGB (Red+Green+Blue) = 197+110+85=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E55 is #3A91AA. Grayscale: #858585. Windows color (decimal): -3838379 or 5598917. OLE color: 5598917.
HSL color Cylindrical-coordinate representation of color #C56E55: hue angle of 13.39º 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 #C56E55 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 85 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.23 |
| HSL | 13.39º | 0.49% | 0.55% | - |
| HSV(B) | 13.39º | 0.57% | 0.77% | - |
| XYZ | 30.24 | 23.68 | 11.57 | - |
| YUV | 133.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 85 | 0 | 0.44 | 0.57 | 0.23 | 13.39 | 0.49 | 0.55 |
| Hex | C5 | 6E | 55 | 0 | 2C | 39 | 17 | D | 31 | 37 |
| Octal | 305 | 156 | 125 | 0 | 54 | 71 | 27 | 15 | 61 | 67 |
| Binary | 11000101 | 1101110 | 1010101 | 0 | 101100 | 111001 | 10111 | 1101 | 110001 | 110111 |
Color Harmonies of #C56E55
Complementary color
Monochromatic Colors of #C56E55
Black with #C56E55
Text Example
Text Example
White with #C56E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E55; }
p { color: rgb(197,110,85); }
H1.HeaderClassName
{
color: #C56E55;
}
.AnyTagClassName
{
color: #C56E55;
}
</style>
background-color css
<style>
a { background-color: #C56E55; }
a { background-color: rgb(197,110,85); }
div.DivClassName
{
background-color: #C56E55;
}
.BgClassName
{
background-color: #C56E55;
}
</style>
border-color css
<style>
span { border-color: #C56E55; }
span { border-color: rgb(197,110,85); }
td.TdClassName
{
border-color: #C56E55;
}
.TagClassName
{
border-color: #C56E55;
}
</style>