Shades of Japonica #C57760
Tints of Japonica #C57760
RGB
CMYK
RGB Variations
Color information
#C57760 (or 0xC57760) is known color: Japonica. HEX triplet: C5, 77 and 60. RGB value is (197,119,96). Sum of RGB (Red+Green+Blue) = 197+119+96=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C57760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57760 is #3A889F. Grayscale: #8B8B8B. Windows color (decimal): -3836064 or 6322117. OLE color: 6322117.
HSL color Cylindrical-coordinate representation of color #C57760: hue angle of 13.66º 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 #C57760 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 96 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.23 |
| HSL | 13.66º | 0.47% | 0.57% | - |
| HSV(B) | 13.66º | 0.51% | 0.77% | - |
| XYZ | 31.73 | 25.91 | 14.39 | - |
| YUV | 139.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 96 | 0 | 0.40 | 0.51 | 0.23 | 13.66 | 0.47 | 0.57 |
| Hex | C5 | 77 | 60 | 0 | 28 | 33 | 17 | E | 2F | 39 |
| Octal | 305 | 167 | 140 | 0 | 50 | 63 | 27 | 16 | 57 | 71 |
| Binary | 11000101 | 1110111 | 1100000 | 0 | 101000 | 110011 | 10111 | 1110 | 101111 | 111001 |
Color Harmonies of #C57760
Complementary color
Monochromatic Colors of #C57760
Black with #C57760
Text Example
Text Example
White with #C57760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57760; }
p { color: rgb(197,119,96); }
H1.HeaderClassName
{
color: #C57760;
}
.AnyTagClassName
{
color: #C57760;
}
</style>
background-color css
<style>
a { background-color: #C57760; }
a { background-color: rgb(197,119,96); }
div.DivClassName
{
background-color: #C57760;
}
.BgClassName
{
background-color: #C57760;
}
</style>
border-color css
<style>
span { border-color: #C57760; }
span { border-color: rgb(197,119,96); }
td.TdClassName
{
border-color: #C57760;
}
.TagClassName
{
border-color: #C57760;
}
</style>