Shades of Japonica #C06D59
Tints of Japonica #C06D59
RGB
CMYK
RGB Variations
Color information
#C06D59 (or 0xC06D59) is known color: Japonica. HEX triplet: C0, 6D and 59. RGB value is (192,109,89). Sum of RGB (Red+Green+Blue) = 192+109+89=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D59 is #3F92A6. Grayscale: #838383. Windows color (decimal): -4166311 or 5860800. OLE color: 5860800.
HSL color Cylindrical-coordinate representation of color #C06D59: hue angle of 11.65º 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 #C06D59 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 89 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.25 |
| HSL | 11.65º | 0.45% | 0.55% | - |
| HSV(B) | 11.65º | 0.54% | 0.75% | - |
| XYZ | 29.01 | 22.87 | 12.34 | - |
| YUV | 131.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 89 | 0 | 0.43 | 0.54 | 0.25 | 11.65 | 0.45 | 0.55 |
| Hex | C0 | 6D | 59 | 0 | 2B | 36 | 19 | C | 2D | 37 |
| Octal | 300 | 155 | 131 | 0 | 53 | 66 | 31 | 14 | 55 | 67 |
| Binary | 11000000 | 1101101 | 1011001 | 0 | 101011 | 110110 | 11001 | 1100 | 101101 | 110111 |
Color Harmonies of #C06D59
Complementary color
Monochromatic Colors of #C06D59
Black with #C06D59
Text Example
Text Example
White with #C06D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D59; }
p { color: rgb(192,109,89); }
H1.HeaderClassName
{
color: #C06D59;
}
.AnyTagClassName
{
color: #C06D59;
}
</style>
background-color css
<style>
a { background-color: #C06D59; }
a { background-color: rgb(192,109,89); }
div.DivClassName
{
background-color: #C06D59;
}
.BgClassName
{
background-color: #C06D59;
}
</style>
border-color css
<style>
span { border-color: #C06D59; }
span { border-color: rgb(192,109,89); }
td.TdClassName
{
border-color: #C06D59;
}
.TagClassName
{
border-color: #C06D59;
}
</style>