Shades of Japonica #C06F55
Tints of Japonica #C06F55
RGB
CMYK
RGB Variations
Color information
#C06F55 (or 0xC06F55) is known color: Japonica. HEX triplet: C0, 6F and 55. RGB value is (192,111,85). Sum of RGB (Red+Green+Blue) = 192+111+85=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F55 is #3F90AA. Grayscale: #848484. Windows color (decimal): -4165803 or 5599168. OLE color: 5599168.
HSL color Cylindrical-coordinate representation of color #C06F55: hue angle of 14.58º 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 #C06F55 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 85 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.25 |
| HSL | 14.58º | 0.46% | 0.54% | - |
| HSV(B) | 14.58º | 0.56% | 0.75% | - |
| XYZ | 29.06 | 23.23 | 11.55 | - |
| YUV | 132.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 85 | 0 | 0.42 | 0.56 | 0.25 | 14.58 | 0.46 | 0.54 |
| Hex | C0 | 6F | 55 | 0 | 2A | 38 | 19 | F | 2E | 36 |
| Octal | 300 | 157 | 125 | 0 | 52 | 70 | 31 | 17 | 56 | 66 |
| Binary | 11000000 | 1101111 | 1010101 | 0 | 101010 | 111000 | 11001 | 1111 | 101110 | 110110 |
Color Harmonies of #C06F55
Complementary color
Monochromatic Colors of #C06F55
Black with #C06F55
Text Example
Text Example
White with #C06F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F55; }
p { color: rgb(192,111,85); }
H1.HeaderClassName
{
color: #C06F55;
}
.AnyTagClassName
{
color: #C06F55;
}
</style>
background-color css
<style>
a { background-color: #C06F55; }
a { background-color: rgb(192,111,85); }
div.DivClassName
{
background-color: #C06F55;
}
.BgClassName
{
background-color: #C06F55;
}
</style>
border-color css
<style>
span { border-color: #C06F55; }
span { border-color: rgb(192,111,85); }
td.TdClassName
{
border-color: #C06F55;
}
.TagClassName
{
border-color: #C06F55;
}
</style>