Shades of Japonica #C57863
Tints of Japonica #C57863
RGB
CMYK
RGB Variations
Color information
#C57863 (or 0xC57863) is known color: Japonica. HEX triplet: C5, 78 and 63. RGB value is (197,120,99). Sum of RGB (Red+Green+Blue) = 197+120+99=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C57863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57863 is #3A879C. Grayscale: #8C8C8C. Windows color (decimal): -3835805 or 6518981. OLE color: 6518981.
HSL color Cylindrical-coordinate representation of color #C57863: hue angle of 12.86º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57863 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 99 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.23 |
| HSL | 12.86º | 0.46% | 0.58% | - |
| HSV(B) | 12.86º | 0.5% | 0.77% | - |
| XYZ | 31.99 | 26.2 | 15.18 | - |
| YUV | 140.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 99 | 0 | 0.39 | 0.50 | 0.23 | 12.86 | 0.46 | 0.58 |
| Hex | C5 | 78 | 63 | 0 | 27 | 32 | 17 | D | 2E | 3A |
| Octal | 305 | 170 | 143 | 0 | 47 | 62 | 27 | 15 | 56 | 72 |
| Binary | 11000101 | 1111000 | 1100011 | 0 | 100111 | 110010 | 10111 | 1101 | 101110 | 111010 |
Color Harmonies of #C57863
Complementary color
Monochromatic Colors of #C57863
Black with #C57863
Text Example
Text Example
White with #C57863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57863; }
p { color: rgb(197,120,99); }
H1.HeaderClassName
{
color: #C57863;
}
.AnyTagClassName
{
color: #C57863;
}
</style>
background-color css
<style>
a { background-color: #C57863; }
a { background-color: rgb(197,120,99); }
div.DivClassName
{
background-color: #C57863;
}
.BgClassName
{
background-color: #C57863;
}
</style>
border-color css
<style>
span { border-color: #C57863; }
span { border-color: rgb(197,120,99); }
td.TdClassName
{
border-color: #C57863;
}
.TagClassName
{
border-color: #C57863;
}
</style>