Shades of Japonica #C67459
Tints of Japonica #C67459
RGB
CMYK
RGB Variations
Color information
#C67459 (or 0xC67459) is known color: Japonica. HEX triplet: C6, 74 and 59. RGB value is (198,116,89). Sum of RGB (Red+Green+Blue) = 198+116+89=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C67459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67459 is #398BA6. Grayscale: #898989. Windows color (decimal): -3771303 or 5862598. OLE color: 5862598.
HSL color Cylindrical-coordinate representation of color #C67459: hue angle of 14.86º 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 #C67459 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 89 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.22 |
| HSL | 14.86º | 0.49% | 0.56% | - |
| HSV(B) | 14.86º | 0.55% | 0.78% | - |
| XYZ | 31.34 | 25.22 | 12.67 | - |
| YUV | 137.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 89 | 0 | 0.41 | 0.55 | 0.22 | 14.86 | 0.49 | 0.56 |
| Hex | C6 | 74 | 59 | 0 | 29 | 37 | 16 | F | 31 | 38 |
| Octal | 306 | 164 | 131 | 0 | 51 | 67 | 26 | 17 | 61 | 70 |
| Binary | 11000110 | 1110100 | 1011001 | 0 | 101001 | 110111 | 10110 | 1111 | 110001 | 111000 |
Color Harmonies of #C67459
Complementary color
Monochromatic Colors of #C67459
Black with #C67459
Text Example
Text Example
White with #C67459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67459; }
p { color: rgb(198,116,89); }
H1.HeaderClassName
{
color: #C67459;
}
.AnyTagClassName
{
color: #C67459;
}
</style>
background-color css
<style>
a { background-color: #C67459; }
a { background-color: rgb(198,116,89); }
div.DivClassName
{
background-color: #C67459;
}
.BgClassName
{
background-color: #C67459;
}
</style>
border-color css
<style>
span { border-color: #C67459; }
span { border-color: rgb(198,116,89); }
td.TdClassName
{
border-color: #C67459;
}
.TagClassName
{
border-color: #C67459;
}
</style>