Shades of Japonica #C57560
Tints of Japonica #C57560
RGB
CMYK
RGB Variations
Color information
#C57560 (or 0xC57560) is known color: Japonica. HEX triplet: C5, 75 and 60. RGB value is (197,117,96). Sum of RGB (Red+Green+Blue) = 197+117+96=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C57560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57560 is #3A8A9F. Grayscale: #8A8A8A. Windows color (decimal): -3836576 or 6321605. OLE color: 6321605.
HSL color Cylindrical-coordinate representation of color #C57560: hue angle of 12.48º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C57560 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 96 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.23 |
| HSL | 12.48º | 0.47% | 0.57% | - |
| HSV(B) | 12.48º | 0.51% | 0.77% | - |
| XYZ | 31.5 | 25.44 | 14.32 | - |
| YUV | 138.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 96 | 0 | 0.41 | 0.51 | 0.23 | 12.48 | 0.47 | 0.57 |
| Hex | C5 | 75 | 60 | 0 | 29 | 33 | 17 | C | 2F | 39 |
| Octal | 305 | 165 | 140 | 0 | 51 | 63 | 27 | 14 | 57 | 71 |
| Binary | 11000101 | 1110101 | 1100000 | 0 | 101001 | 110011 | 10111 | 1100 | 101111 | 111001 |
Color Harmonies of #C57560
Complementary color
Monochromatic Colors of #C57560
Black with #C57560
Text Example
Text Example
White with #C57560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57560; }
p { color: rgb(197,117,96); }
H1.HeaderClassName
{
color: #C57560;
}
.AnyTagClassName
{
color: #C57560;
}
</style>
background-color css
<style>
a { background-color: #C57560; }
a { background-color: rgb(197,117,96); }
div.DivClassName
{
background-color: #C57560;
}
.BgClassName
{
background-color: #C57560;
}
</style>
border-color css
<style>
span { border-color: #C57560; }
span { border-color: rgb(197,117,96); }
td.TdClassName
{
border-color: #C57560;
}
.TagClassName
{
border-color: #C57560;
}
</style>