Shades of Japonica #C57758
Tints of Japonica #C57758
RGB
CMYK
RGB Variations
Color information
#C57758 (or 0xC57758) is known color: Japonica. HEX triplet: C5, 77 and 58. RGB value is (197,119,88). Sum of RGB (Red+Green+Blue) = 197+119+88=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C57758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57758 is #3A88A7. Grayscale: #8A8A8A. Windows color (decimal): -3836072 or 5797829. OLE color: 5797829.
HSL color Cylindrical-coordinate representation of color #C57758: hue angle of 17.06º 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 #C57758 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 88 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.23 |
| HSL | 17.06º | 0.48% | 0.56% | - |
| HSV(B) | 17.06º | 0.55% | 0.77% | - |
| XYZ | 31.38 | 25.77 | 12.55 | - |
| YUV | 138.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 88 | 0 | 0.40 | 0.55 | 0.23 | 17.06 | 0.48 | 0.56 |
| Hex | C5 | 77 | 58 | 0 | 28 | 37 | 17 | 11 | 30 | 38 |
| Octal | 305 | 167 | 130 | 0 | 50 | 67 | 27 | 21 | 60 | 70 |
| Binary | 11000101 | 1110111 | 1011000 | 0 | 101000 | 110111 | 10111 | 10001 | 110000 | 111000 |
Color Harmonies of #C57758
Complementary color
Monochromatic Colors of #C57758
Black with #C57758
Text Example
Text Example
White with #C57758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57758; }
p { color: rgb(197,119,88); }
H1.HeaderClassName
{
color: #C57758;
}
.AnyTagClassName
{
color: #C57758;
}
</style>
background-color css
<style>
a { background-color: #C57758; }
a { background-color: rgb(197,119,88); }
div.DivClassName
{
background-color: #C57758;
}
.BgClassName
{
background-color: #C57758;
}
</style>
border-color css
<style>
span { border-color: #C57758; }
span { border-color: rgb(197,119,88); }
td.TdClassName
{
border-color: #C57758;
}
.TagClassName
{
border-color: #C57758;
}
</style>