Shades of Japonica #C57859
Tints of Japonica #C57859
RGB
CMYK
RGB Variations
Color information
#C57859 (or 0xC57859) is known color: Japonica. HEX triplet: C5, 78 and 59. RGB value is (197,120,89). Sum of RGB (Red+Green+Blue) = 197+120+89=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C57859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57859 is #3A87A6. Grayscale: #8B8B8B. Windows color (decimal): -3835815 or 5863621. OLE color: 5863621.
HSL color Cylindrical-coordinate representation of color #C57859: hue angle of 17.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C57859 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 89 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.23 |
| HSL | 17.22º | 0.48% | 0.56% | - |
| HSV(B) | 17.22º | 0.55% | 0.77% | - |
| XYZ | 31.55 | 26.02 | 12.81 | - |
| YUV | 139.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 89 | 0 | 0.39 | 0.55 | 0.23 | 17.22 | 0.48 | 0.56 |
| Hex | C5 | 78 | 59 | 0 | 27 | 37 | 17 | 11 | 30 | 38 |
| Octal | 305 | 170 | 131 | 0 | 47 | 67 | 27 | 21 | 60 | 70 |
| Binary | 11000101 | 1111000 | 1011001 | 0 | 100111 | 110111 | 10111 | 10001 | 110000 | 111000 |
Color Harmonies of #C57859
Complementary color
Monochromatic Colors of #C57859
Black with #C57859
Text Example
Text Example
White with #C57859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57859; }
p { color: rgb(197,120,89); }
H1.HeaderClassName
{
color: #C57859;
}
.AnyTagClassName
{
color: #C57859;
}
</style>
background-color css
<style>
a { background-color: #C57859; }
a { background-color: rgb(197,120,89); }
div.DivClassName
{
background-color: #C57859;
}
.BgClassName
{
background-color: #C57859;
}
</style>
border-color css
<style>
span { border-color: #C57859; }
span { border-color: rgb(197,120,89); }
td.TdClassName
{
border-color: #C57859;
}
.TagClassName
{
border-color: #C57859;
}
</style>