Shades of Japonica #C57755
Tints of Japonica #C57755
RGB
CMYK
RGB Variations
Color information
#C57755 (or 0xC57755) is known color: Japonica. HEX triplet: C5, 77 and 55. RGB value is (197,119,85). Sum of RGB (Red+Green+Blue) = 197+119+85=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57755 is #3A88AA. Grayscale: #8A8A8A. Windows color (decimal): -3836075 or 5601221. OLE color: 5601221.
HSL color Cylindrical-coordinate representation of color #C57755: hue angle of 18.21º 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 #C57755 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 85 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.23 |
| HSL | 18.21º | 0.49% | 0.55% | - |
| HSV(B) | 18.21º | 0.57% | 0.77% | - |
| XYZ | 31.26 | 25.72 | 11.91 | - |
| YUV | 138.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 85 | 0 | 0.40 | 0.57 | 0.23 | 18.21 | 0.49 | 0.55 |
| Hex | C5 | 77 | 55 | 0 | 28 | 39 | 17 | 12 | 31 | 37 |
| Octal | 305 | 167 | 125 | 0 | 50 | 71 | 27 | 22 | 61 | 67 |
| Binary | 11000101 | 1110111 | 1010101 | 0 | 101000 | 111001 | 10111 | 10010 | 110001 | 110111 |
Color Harmonies of #C57755
Complementary color
Monochromatic Colors of #C57755
Black with #C57755
Text Example
Text Example
White with #C57755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57755; }
p { color: rgb(197,119,85); }
H1.HeaderClassName
{
color: #C57755;
}
.AnyTagClassName
{
color: #C57755;
}
</style>
background-color css
<style>
a { background-color: #C57755; }
a { background-color: rgb(197,119,85); }
div.DivClassName
{
background-color: #C57755;
}
.BgClassName
{
background-color: #C57755;
}
</style>
border-color css
<style>
span { border-color: #C57755; }
span { border-color: rgb(197,119,85); }
td.TdClassName
{
border-color: #C57755;
}
.TagClassName
{
border-color: #C57755;
}
</style>