Shades of Japonica #C06E55
Tints of Japonica #C06E55
RGB
CMYK
RGB Variations
Color information
#C06E55 (or 0xC06E55) is known color: Japonica. HEX triplet: C0, 6E and 55. RGB value is (192,110,85). Sum of RGB (Red+Green+Blue) = 192+110+85=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E55 is #3F91AA. Grayscale: #838383. Windows color (decimal): -4166059 or 5598912. OLE color: 5598912.
HSL color Cylindrical-coordinate representation of color #C06E55: hue angle of 14.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06E55 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 85 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.25 |
| HSL | 14.02º | 0.46% | 0.54% | - |
| HSV(B) | 14.02º | 0.56% | 0.75% | - |
| XYZ | 28.95 | 23.01 | 11.51 | - |
| YUV | 131.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 85 | 0 | 0.43 | 0.56 | 0.25 | 14.02 | 0.46 | 0.54 |
| Hex | C0 | 6E | 55 | 0 | 2B | 38 | 19 | E | 2E | 36 |
| Octal | 300 | 156 | 125 | 0 | 53 | 70 | 31 | 16 | 56 | 66 |
| Binary | 11000000 | 1101110 | 1010101 | 0 | 101011 | 111000 | 11001 | 1110 | 101110 | 110110 |
Color Harmonies of #C06E55
Complementary color
Monochromatic Colors of #C06E55
Black with #C06E55
Text Example
Text Example
White with #C06E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E55; }
p { color: rgb(192,110,85); }
H1.HeaderClassName
{
color: #C06E55;
}
.AnyTagClassName
{
color: #C06E55;
}
</style>
background-color css
<style>
a { background-color: #C06E55; }
a { background-color: rgb(192,110,85); }
div.DivClassName
{
background-color: #C06E55;
}
.BgClassName
{
background-color: #C06E55;
}
</style>
border-color css
<style>
span { border-color: #C06E55; }
span { border-color: rgb(192,110,85); }
td.TdClassName
{
border-color: #C06E55;
}
.TagClassName
{
border-color: #C06E55;
}
</style>