Shades of Japonica #C07860
Tints of Japonica #C07860
RGB
CMYK
RGB Variations
Color information
#C07860 (or 0xC07860) is known color: Japonica. HEX triplet: C0, 78 and 60. RGB value is (192,120,96). Sum of RGB (Red+Green+Blue) = 192+120+96=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C07860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07860 is #3F879F. Grayscale: #8A8A8A. Windows color (decimal): -4163488 or 6322368. OLE color: 6322368.
HSL color Cylindrical-coordinate representation of color #C07860: hue angle of 15º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07860 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 96 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.25 |
| HSL | 15º | 0.43% | 0.56% | - |
| HSV(B) | 15º | 0.5% | 0.75% | - |
| XYZ | 30.57 | 25.48 | 14.37 | - |
| YUV | 138.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 96 | 0 | 0.38 | 0.50 | 0.25 | 15 | 0.43 | 0.56 |
| Hex | C0 | 78 | 60 | 0 | 26 | 32 | 19 | F | 2B | 38 |
| Octal | 300 | 170 | 140 | 0 | 46 | 62 | 31 | 17 | 53 | 70 |
| Binary | 11000000 | 1111000 | 1100000 | 0 | 100110 | 110010 | 11001 | 1111 | 101011 | 111000 |
Color Harmonies of #C07860
Complementary color
Monochromatic Colors of #C07860
Black with #C07860
Text Example
Text Example
White with #C07860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07860; }
p { color: rgb(192,120,96); }
H1.HeaderClassName
{
color: #C07860;
}
.AnyTagClassName
{
color: #C07860;
}
</style>
background-color css
<style>
a { background-color: #C07860; }
a { background-color: rgb(192,120,96); }
div.DivClassName
{
background-color: #C07860;
}
.BgClassName
{
background-color: #C07860;
}
</style>
border-color css
<style>
span { border-color: #C07860; }
span { border-color: rgb(192,120,96); }
td.TdClassName
{
border-color: #C07860;
}
.TagClassName
{
border-color: #C07860;
}
</style>