Shades of Japonica #C07C56
Tints of Japonica #C07C56
RGB
CMYK
RGB Variations
Color information
#C07C56 (or 0xC07C56) is known color: Japonica. HEX triplet: C0, 7C and 56. RGB value is (192,124,86). Sum of RGB (Red+Green+Blue) = 192+124+86=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C56 is #3F83A9. Grayscale: #8C8C8C. Windows color (decimal): -4162474 or 5668032. OLE color: 5668032.
HSL color Cylindrical-coordinate representation of color #C07C56: hue angle of 21.51º 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 #C07C56 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 86 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.25 |
| HSL | 21.51º | 0.46% | 0.55% | - |
| HSV(B) | 21.51º | 0.55% | 0.75% | - |
| XYZ | 30.63 | 26.29 | 12.27 | - |
| YUV | 140 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 86 | 0 | 0.35 | 0.55 | 0.25 | 21.51 | 0.46 | 0.55 |
| Hex | C0 | 7C | 56 | 0 | 23 | 37 | 19 | 16 | 2E | 37 |
| Octal | 300 | 174 | 126 | 0 | 43 | 67 | 31 | 26 | 56 | 67 |
| Binary | 11000000 | 1111100 | 1010110 | 0 | 100011 | 110111 | 11001 | 10110 | 101110 | 110111 |
Color Harmonies of #C07C56
Complementary color
Monochromatic Colors of #C07C56
Black with #C07C56
Text Example
Text Example
White with #C07C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C56; }
p { color: rgb(192,124,86); }
H1.HeaderClassName
{
color: #C07C56;
}
.AnyTagClassName
{
color: #C07C56;
}
</style>
background-color css
<style>
a { background-color: #C07C56; }
a { background-color: rgb(192,124,86); }
div.DivClassName
{
background-color: #C07C56;
}
.BgClassName
{
background-color: #C07C56;
}
</style>
border-color css
<style>
span { border-color: #C07C56; }
span { border-color: rgb(192,124,86); }
td.TdClassName
{
border-color: #C07C56;
}
.TagClassName
{
border-color: #C07C56;
}
</style>