Shades of Japonica #C57156
Tints of Japonica #C57156
RGB
CMYK
RGB Variations
Color information
#C57156 (or 0xC57156) is known color: Japonica. HEX triplet: C5, 71 and 56. RGB value is (197,113,86). Sum of RGB (Red+Green+Blue) = 197+113+86=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57156 is #3A8EA9. Grayscale: #878787. Windows color (decimal): -3837610 or 5665221. OLE color: 5665221.
HSL color Cylindrical-coordinate representation of color #C57156: hue angle of 14.59º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C57156 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 113 | 86 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.23 |
| HSL | 14.59º | 0.49% | 0.55% | - |
| HSV(B) | 14.59º | 0.56% | 0.77% | - |
| XYZ | 30.61 | 24.35 | 11.89 | - |
| YUV | 135.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 86 | 0 | 0.43 | 0.56 | 0.23 | 14.59 | 0.49 | 0.55 |
| Hex | C5 | 71 | 56 | 0 | 2B | 38 | 17 | F | 31 | 37 |
| Octal | 305 | 161 | 126 | 0 | 53 | 70 | 27 | 17 | 61 | 67 |
| Binary | 11000101 | 1110001 | 1010110 | 0 | 101011 | 111000 | 10111 | 1111 | 110001 | 110111 |
Color Harmonies of #C57156
Complementary color
Monochromatic Colors of #C57156
Black with #C57156
Text Example
Text Example
White with #C57156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57156; }
p { color: rgb(197,113,86); }
H1.HeaderClassName
{
color: #C57156;
}
.AnyTagClassName
{
color: #C57156;
}
</style>
background-color css
<style>
a { background-color: #C57156; }
a { background-color: rgb(197,113,86); }
div.DivClassName
{
background-color: #C57156;
}
.BgClassName
{
background-color: #C57156;
}
</style>
border-color css
<style>
span { border-color: #C57156; }
span { border-color: rgb(197,113,86); }
td.TdClassName
{
border-color: #C57156;
}
.TagClassName
{
border-color: #C57156;
}
</style>