Shades of Japonica #C57A60
Tints of Japonica #C57A60
RGB
CMYK
RGB Variations
Color information
#C57A60 (or 0xC57A60) is known color: Japonica. HEX triplet: C5, 7A and 60. RGB value is (197,122,96). Sum of RGB (Red+Green+Blue) = 197+122+96=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A60 is #3A859F. Grayscale: #8D8D8D. Windows color (decimal): -3835296 or 6322885. OLE color: 6322885.
HSL color Cylindrical-coordinate representation of color #C57A60: hue angle of 15.45º 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 #C57A60 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 96 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.23 |
| HSL | 15.45º | 0.47% | 0.57% | - |
| HSV(B) | 15.45º | 0.51% | 0.77% | - |
| XYZ | 32.1 | 26.63 | 14.52 | - |
| YUV | 141.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 96 | 0 | 0.38 | 0.51 | 0.23 | 15.45 | 0.47 | 0.57 |
| Hex | C5 | 7A | 60 | 0 | 26 | 33 | 17 | F | 2F | 39 |
| Octal | 305 | 172 | 140 | 0 | 46 | 63 | 27 | 17 | 57 | 71 |
| Binary | 11000101 | 1111010 | 1100000 | 0 | 100110 | 110011 | 10111 | 1111 | 101111 | 111001 |
Color Harmonies of #C57A60
Complementary color
Monochromatic Colors of #C57A60
Black with #C57A60
Text Example
Text Example
White with #C57A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A60; }
p { color: rgb(197,122,96); }
H1.HeaderClassName
{
color: #C57A60;
}
.AnyTagClassName
{
color: #C57A60;
}
</style>
background-color css
<style>
a { background-color: #C57A60; }
a { background-color: rgb(197,122,96); }
div.DivClassName
{
background-color: #C57A60;
}
.BgClassName
{
background-color: #C57A60;
}
</style>
border-color css
<style>
span { border-color: #C57A60; }
span { border-color: rgb(197,122,96); }
td.TdClassName
{
border-color: #C57A60;
}
.TagClassName
{
border-color: #C57A60;
}
</style>