Shades of Japonica #C06E59
Tints of Japonica #C06E59
RGB
CMYK
RGB Variations
Color information
#C06E59 (or 0xC06E59) is known color: Japonica. HEX triplet: C0, 6E and 59. RGB value is (192,110,89). Sum of RGB (Red+Green+Blue) = 192+110+89=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E59 is #3F91A6. Grayscale: #848484. Windows color (decimal): -4166055 or 5861056. OLE color: 5861056.
HSL color Cylindrical-coordinate representation of color #C06E59: hue angle of 12.23º 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 #C06E59 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 89 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.25 |
| HSL | 12.23º | 0.45% | 0.55% | - |
| HSV(B) | 12.23º | 0.54% | 0.75% | - |
| XYZ | 29.12 | 23.08 | 12.37 | - |
| YUV | 132.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 89 | 0 | 0.43 | 0.54 | 0.25 | 12.23 | 0.45 | 0.55 |
| Hex | C0 | 6E | 59 | 0 | 2B | 36 | 19 | C | 2D | 37 |
| Octal | 300 | 156 | 131 | 0 | 53 | 66 | 31 | 14 | 55 | 67 |
| Binary | 11000000 | 1101110 | 1011001 | 0 | 101011 | 110110 | 11001 | 1100 | 101101 | 110111 |
Color Harmonies of #C06E59
Complementary color
Monochromatic Colors of #C06E59
Black with #C06E59
Text Example
Text Example
White with #C06E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E59; }
p { color: rgb(192,110,89); }
H1.HeaderClassName
{
color: #C06E59;
}
.AnyTagClassName
{
color: #C06E59;
}
</style>
background-color css
<style>
a { background-color: #C06E59; }
a { background-color: rgb(192,110,89); }
div.DivClassName
{
background-color: #C06E59;
}
.BgClassName
{
background-color: #C06E59;
}
</style>
border-color css
<style>
span { border-color: #C06E59; }
span { border-color: rgb(192,110,89); }
td.TdClassName
{
border-color: #C06E59;
}
.TagClassName
{
border-color: #C06E59;
}
</style>