Shades of Japonica #C06D57
Tints of Japonica #C06D57
RGB
CMYK
RGB Variations
Color information
#C06D57 (or 0xC06D57) is known color: Japonica. HEX triplet: C0, 6D and 57. RGB value is (192,109,87). Sum of RGB (Red+Green+Blue) = 192+109+87=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D57 is #3F92A8. Grayscale: #838383. Windows color (decimal): -4166313 or 5729728. OLE color: 5729728.
HSL color Cylindrical-coordinate representation of color #C06D57: hue angle of 12.57º degrees, saturation: 0.45, 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 #C06D57 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 87 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.25 |
| HSL | 12.57º | 0.45% | 0.55% | - |
| HSV(B) | 12.57º | 0.55% | 0.75% | - |
| XYZ | 28.93 | 22.83 | 11.9 | - |
| YUV | 131.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 87 | 0 | 0.43 | 0.55 | 0.25 | 12.57 | 0.45 | 0.55 |
| Hex | C0 | 6D | 57 | 0 | 2B | 37 | 19 | D | 2D | 37 |
| Octal | 300 | 155 | 127 | 0 | 53 | 67 | 31 | 15 | 55 | 67 |
| Binary | 11000000 | 1101101 | 1010111 | 0 | 101011 | 110111 | 11001 | 1101 | 101101 | 110111 |
Color Harmonies of #C06D57
Complementary color
Monochromatic Colors of #C06D57
Black with #C06D57
Text Example
Text Example
White with #C06D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D57; }
p { color: rgb(192,109,87); }
H1.HeaderClassName
{
color: #C06D57;
}
.AnyTagClassName
{
color: #C06D57;
}
</style>
background-color css
<style>
a { background-color: #C06D57; }
a { background-color: rgb(192,109,87); }
div.DivClassName
{
background-color: #C06D57;
}
.BgClassName
{
background-color: #C06D57;
}
</style>
border-color css
<style>
span { border-color: #C06D57; }
span { border-color: rgb(192,109,87); }
td.TdClassName
{
border-color: #C06D57;
}
.TagClassName
{
border-color: #C06D57;
}
</style>