Shades of Japonica #C06D58
Tints of Japonica #C06D58
RGB
CMYK
RGB Variations
Color information
#C06D58 (or 0xC06D58) is known color: Japonica. HEX triplet: C0, 6D and 58. RGB value is (192,109,88). Sum of RGB (Red+Green+Blue) = 192+109+88=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D58 is #3F92A7. Grayscale: #838383. Windows color (decimal): -4166312 or 5795264. OLE color: 5795264.
HSL color Cylindrical-coordinate representation of color #C06D58: hue angle of 12.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C06D58 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 88 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.25 |
| HSL | 12.12º | 0.45% | 0.55% | - |
| HSV(B) | 12.12º | 0.54% | 0.75% | - |
| XYZ | 28.97 | 22.85 | 12.12 | - |
| YUV | 131.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 88 | 0 | 0.43 | 0.54 | 0.25 | 12.12 | 0.45 | 0.55 |
| Hex | C0 | 6D | 58 | 0 | 2B | 36 | 19 | C | 2D | 37 |
| Octal | 300 | 155 | 130 | 0 | 53 | 66 | 31 | 14 | 55 | 67 |
| Binary | 11000000 | 1101101 | 1011000 | 0 | 101011 | 110110 | 11001 | 1100 | 101101 | 110111 |
Color Harmonies of #C06D58
Complementary color
Monochromatic Colors of #C06D58
Black with #C06D58
Text Example
Text Example
White with #C06D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D58; }
p { color: rgb(192,109,88); }
H1.HeaderClassName
{
color: #C06D58;
}
.AnyTagClassName
{
color: #C06D58;
}
</style>
background-color css
<style>
a { background-color: #C06D58; }
a { background-color: rgb(192,109,88); }
div.DivClassName
{
background-color: #C06D58;
}
.BgClassName
{
background-color: #C06D58;
}
</style>
border-color css
<style>
span { border-color: #C06D58; }
span { border-color: rgb(192,109,88); }
td.TdClassName
{
border-color: #C06D58;
}
.TagClassName
{
border-color: #C06D58;
}
</style>