Shades of Japonica #C06C55
Tints of Japonica #C06C55
RGB
CMYK
RGB Variations
Color information
#C06C55 (or 0xC06C55) is known color: Japonica. HEX triplet: C0, 6C and 55. RGB value is (192,108,85). Sum of RGB (Red+Green+Blue) = 192+108+85=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C55 is #3F93AA. Grayscale: #828282. Windows color (decimal): -4166571 or 5598400. OLE color: 5598400.
HSL color Cylindrical-coordinate representation of color #C06C55: hue angle of 12.9º 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 #C06C55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 85 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.25 |
| HSL | 12.9º | 0.46% | 0.54% | - |
| HSV(B) | 12.9º | 0.56% | 0.75% | - |
| XYZ | 28.74 | 22.59 | 11.44 | - |
| YUV | 130.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 85 | 0 | 0.44 | 0.56 | 0.25 | 12.9 | 0.46 | 0.54 |
| Hex | C0 | 6C | 55 | 0 | 2C | 38 | 19 | D | 2E | 36 |
| Octal | 300 | 154 | 125 | 0 | 54 | 70 | 31 | 15 | 56 | 66 |
| Binary | 11000000 | 1101100 | 1010101 | 0 | 101100 | 111000 | 11001 | 1101 | 101110 | 110110 |
Color Harmonies of #C06C55
Complementary color
Monochromatic Colors of #C06C55
Black with #C06C55
Text Example
Text Example
White with #C06C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C55; }
p { color: rgb(192,108,85); }
H1.HeaderClassName
{
color: #C06C55;
}
.AnyTagClassName
{
color: #C06C55;
}
</style>
background-color css
<style>
a { background-color: #C06C55; }
a { background-color: rgb(192,108,85); }
div.DivClassName
{
background-color: #C06C55;
}
.BgClassName
{
background-color: #C06C55;
}
</style>
border-color css
<style>
span { border-color: #C06C55; }
span { border-color: rgb(192,108,85); }
td.TdClassName
{
border-color: #C06C55;
}
.TagClassName
{
border-color: #C06C55;
}
</style>