Shades of Japonica #C06D55
Tints of Japonica #C06D55
RGB
CMYK
RGB Variations
Color information
#C06D55 (or 0xC06D55) is known color: Japonica. HEX triplet: C0, 6D and 55. RGB value is (192,109,85). Sum of RGB (Red+Green+Blue) = 192+109+85=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D55 is #3F92AA. Grayscale: #838383. Windows color (decimal): -4166315 or 5598656. OLE color: 5598656.
HSL color Cylindrical-coordinate representation of color #C06D55: hue angle of 13.46º 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 #C06D55 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 85 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.25 |
| HSL | 13.46º | 0.46% | 0.54% | - |
| HSV(B) | 13.46º | 0.56% | 0.75% | - |
| XYZ | 28.85 | 22.8 | 11.47 | - |
| YUV | 131.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 85 | 0 | 0.43 | 0.56 | 0.25 | 13.46 | 0.46 | 0.54 |
| Hex | C0 | 6D | 55 | 0 | 2B | 38 | 19 | D | 2E | 36 |
| Octal | 300 | 155 | 125 | 0 | 53 | 70 | 31 | 15 | 56 | 66 |
| Binary | 11000000 | 1101101 | 1010101 | 0 | 101011 | 111000 | 11001 | 1101 | 101110 | 110110 |
Color Harmonies of #C06D55
Complementary color
Monochromatic Colors of #C06D55
Black with #C06D55
Text Example
Text Example
White with #C06D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D55; }
p { color: rgb(192,109,85); }
H1.HeaderClassName
{
color: #C06D55;
}
.AnyTagClassName
{
color: #C06D55;
}
</style>
background-color css
<style>
a { background-color: #C06D55; }
a { background-color: rgb(192,109,85); }
div.DivClassName
{
background-color: #C06D55;
}
.BgClassName
{
background-color: #C06D55;
}
</style>
border-color css
<style>
span { border-color: #C06D55; }
span { border-color: rgb(192,109,85); }
td.TdClassName
{
border-color: #C06D55;
}
.TagClassName
{
border-color: #C06D55;
}
</style>