Shades of Japonica #C06C56
Tints of Japonica #C06C56
RGB
CMYK
RGB Variations
Color information
#C06C56 (or 0xC06C56) is known color: Japonica. HEX triplet: C0, 6C and 56. RGB value is (192,108,86). Sum of RGB (Red+Green+Blue) = 192+108+86=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C56 is #3F93A9. Grayscale: #828282. Windows color (decimal): -4166570 or 5663936. OLE color: 5663936.
HSL color Cylindrical-coordinate representation of color #C06C56: hue angle of 12.45º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06C56 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 86 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.25 |
| HSL | 12.45º | 0.46% | 0.55% | - |
| HSV(B) | 12.45º | 0.55% | 0.75% | - |
| XYZ | 28.78 | 22.6 | 11.65 | - |
| YUV | 130.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 86 | 0 | 0.44 | 0.55 | 0.25 | 12.45 | 0.46 | 0.55 |
| Hex | C0 | 6C | 56 | 0 | 2C | 37 | 19 | C | 2E | 37 |
| Octal | 300 | 154 | 126 | 0 | 54 | 67 | 31 | 14 | 56 | 67 |
| Binary | 11000000 | 1101100 | 1010110 | 0 | 101100 | 110111 | 11001 | 1100 | 101110 | 110111 |
Color Harmonies of #C06C56
Complementary color
Monochromatic Colors of #C06C56
Black with #C06C56
Text Example
Text Example
White with #C06C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C56; }
p { color: rgb(192,108,86); }
H1.HeaderClassName
{
color: #C06C56;
}
.AnyTagClassName
{
color: #C06C56;
}
</style>
background-color css
<style>
a { background-color: #C06C56; }
a { background-color: rgb(192,108,86); }
div.DivClassName
{
background-color: #C06C56;
}
.BgClassName
{
background-color: #C06C56;
}
</style>
border-color css
<style>
span { border-color: #C06C56; }
span { border-color: rgb(192,108,86); }
td.TdClassName
{
border-color: #C06C56;
}
.TagClassName
{
border-color: #C06C56;
}
</style>