Shades of Japonica #C07559
Tints of Japonica #C07559
RGB
CMYK
RGB Variations
Color information
#C07559 (or 0xC07559) is known color: Japonica. HEX triplet: C0, 75 and 59. RGB value is (192,117,89). Sum of RGB (Red+Green+Blue) = 192+117+89=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07559 is #3F8AA6. Grayscale: #888888. Windows color (decimal): -4164263 or 5862848. OLE color: 5862848.
HSL color Cylindrical-coordinate representation of color #C07559: hue angle of 16.31º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C07559 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 89 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.25 |
| HSL | 16.31º | 0.45% | 0.55% | - |
| HSV(B) | 16.31º | 0.54% | 0.75% | - |
| XYZ | 29.9 | 24.65 | 12.63 | - |
| YUV | 136.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 89 | 0 | 0.39 | 0.54 | 0.25 | 16.31 | 0.45 | 0.55 |
| Hex | C0 | 75 | 59 | 0 | 27 | 36 | 19 | 10 | 2D | 37 |
| Octal | 300 | 165 | 131 | 0 | 47 | 66 | 31 | 20 | 55 | 67 |
| Binary | 11000000 | 1110101 | 1011001 | 0 | 100111 | 110110 | 11001 | 10000 | 101101 | 110111 |
Color Harmonies of #C07559
Complementary color
Monochromatic Colors of #C07559
Black with #C07559
Text Example
Text Example
White with #C07559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07559; }
p { color: rgb(192,117,89); }
H1.HeaderClassName
{
color: #C07559;
}
.AnyTagClassName
{
color: #C07559;
}
</style>
background-color css
<style>
a { background-color: #C07559; }
a { background-color: rgb(192,117,89); }
div.DivClassName
{
background-color: #C07559;
}
.BgClassName
{
background-color: #C07559;
}
</style>
border-color css
<style>
span { border-color: #C07559; }
span { border-color: rgb(192,117,89); }
td.TdClassName
{
border-color: #C07559;
}
.TagClassName
{
border-color: #C07559;
}
</style>