Shades of Japonica #C07156
Tints of Japonica #C07156
RGB
CMYK
RGB Variations
Color information
#C07156 (or 0xC07156) is known color: Japonica. HEX triplet: C0, 71 and 56. RGB value is (192,113,86). Sum of RGB (Red+Green+Blue) = 192+113+86=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07156 is #3F8EA9. Grayscale: #858585. Windows color (decimal): -4165290 or 5665216. OLE color: 5665216.
HSL color Cylindrical-coordinate representation of color #C07156: hue angle of 15.28º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C07156 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 86 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.25 |
| HSL | 15.28º | 0.46% | 0.55% | - |
| HSV(B) | 15.28º | 0.55% | 0.75% | - |
| XYZ | 29.32 | 23.69 | 11.83 | - |
| YUV | 133.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 86 | 0 | 0.41 | 0.55 | 0.25 | 15.28 | 0.46 | 0.55 |
| Hex | C0 | 71 | 56 | 0 | 29 | 37 | 19 | F | 2E | 37 |
| Octal | 300 | 161 | 126 | 0 | 51 | 67 | 31 | 17 | 56 | 67 |
| Binary | 11000000 | 1110001 | 1010110 | 0 | 101001 | 110111 | 11001 | 1111 | 101110 | 110111 |
Color Harmonies of #C07156
Complementary color
Monochromatic Colors of #C07156
Black with #C07156
Text Example
Text Example
White with #C07156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07156; }
p { color: rgb(192,113,86); }
H1.HeaderClassName
{
color: #C07156;
}
.AnyTagClassName
{
color: #C07156;
}
</style>
background-color css
<style>
a { background-color: #C07156; }
a { background-color: rgb(192,113,86); }
div.DivClassName
{
background-color: #C07156;
}
.BgClassName
{
background-color: #C07156;
}
</style>
border-color css
<style>
span { border-color: #C07156; }
span { border-color: rgb(192,113,86); }
td.TdClassName
{
border-color: #C07156;
}
.TagClassName
{
border-color: #C07156;
}
</style>