Shades of Japonica #C67059
Tints of Japonica #C67059
RGB
CMYK
RGB Variations
Color information
#C67059 (or 0xC67059) is known color: Japonica. HEX triplet: C6, 70 and 59. RGB value is (198,112,89). Sum of RGB (Red+Green+Blue) = 198+112+89=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67059 is #398FA6. Grayscale: #878787. Windows color (decimal): -3772327 or 5861574. OLE color: 5861574.
HSL color Cylindrical-coordinate representation of color #C67059: hue angle of 12.66º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C67059 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 89 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.22 |
| HSL | 12.66º | 0.49% | 0.56% | - |
| HSV(B) | 12.66º | 0.55% | 0.78% | - |
| XYZ | 30.89 | 24.32 | 12.52 | - |
| YUV | 135.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 89 | 0 | 0.43 | 0.55 | 0.22 | 12.66 | 0.49 | 0.56 |
| Hex | C6 | 70 | 59 | 0 | 2B | 37 | 16 | D | 31 | 38 |
| Octal | 306 | 160 | 131 | 0 | 53 | 67 | 26 | 15 | 61 | 70 |
| Binary | 11000110 | 1110000 | 1011001 | 0 | 101011 | 110111 | 10110 | 1101 | 110001 | 111000 |
Color Harmonies of #C67059
Complementary color
Monochromatic Colors of #C67059
Black with #C67059
Text Example
Text Example
White with #C67059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67059; }
p { color: rgb(198,112,89); }
H1.HeaderClassName
{
color: #C67059;
}
.AnyTagClassName
{
color: #C67059;
}
</style>
background-color css
<style>
a { background-color: #C67059; }
a { background-color: rgb(198,112,89); }
div.DivClassName
{
background-color: #C67059;
}
.BgClassName
{
background-color: #C67059;
}
</style>
border-color css
<style>
span { border-color: #C67059; }
span { border-color: rgb(198,112,89); }
td.TdClassName
{
border-color: #C67059;
}
.TagClassName
{
border-color: #C67059;
}
</style>