Shades of Japonica #C57855
Tints of Japonica #C57855
RGB
CMYK
RGB Variations
Color information
#C57855 (or 0xC57855) is known color: Japonica. HEX triplet: C5, 78 and 55. RGB value is (197,120,85). Sum of RGB (Red+Green+Blue) = 197+120+85=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C57855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57855 is #3A87AA. Grayscale: #8B8B8B. Windows color (decimal): -3835819 or 5601477. OLE color: 5601477.
HSL color Cylindrical-coordinate representation of color #C57855: hue angle of 18.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C57855 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 85 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.23 |
| HSL | 18.75º | 0.49% | 0.55% | - |
| HSV(B) | 18.75º | 0.57% | 0.77% | - |
| XYZ | 31.38 | 25.96 | 11.95 | - |
| YUV | 139.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 85 | 0 | 0.39 | 0.57 | 0.23 | 18.75 | 0.49 | 0.55 |
| Hex | C5 | 78 | 55 | 0 | 27 | 39 | 17 | 13 | 31 | 37 |
| Octal | 305 | 170 | 125 | 0 | 47 | 71 | 27 | 23 | 61 | 67 |
| Binary | 11000101 | 1111000 | 1010101 | 0 | 100111 | 111001 | 10111 | 10011 | 110001 | 110111 |
Color Harmonies of #C57855
Complementary color
Monochromatic Colors of #C57855
Black with #C57855
Text Example
Text Example
White with #C57855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57855; }
p { color: rgb(197,120,85); }
H1.HeaderClassName
{
color: #C57855;
}
.AnyTagClassName
{
color: #C57855;
}
</style>
background-color css
<style>
a { background-color: #C57855; }
a { background-color: rgb(197,120,85); }
div.DivClassName
{
background-color: #C57855;
}
.BgClassName
{
background-color: #C57855;
}
</style>
border-color css
<style>
span { border-color: #C57855; }
span { border-color: rgb(197,120,85); }
td.TdClassName
{
border-color: #C57855;
}
.TagClassName
{
border-color: #C57855;
}
</style>