Shades of Japonica #C67859
Tints of Japonica #C67859
RGB
CMYK
RGB Variations
Color information
#C67859 (or 0xC67859) is known color: Japonica. HEX triplet: C6, 78 and 59. RGB value is (198,120,89). Sum of RGB (Red+Green+Blue) = 198+120+89=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C67859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67859 is #3987A6. Grayscale: #8B8B8B. Windows color (decimal): -3770279 or 5863622. OLE color: 5863622.
HSL color Cylindrical-coordinate representation of color #C67859: hue angle of 17.06º 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 #C67859 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 89 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.22 |
| HSL | 17.06º | 0.49% | 0.56% | - |
| HSV(B) | 17.06º | 0.55% | 0.78% | - |
| XYZ | 31.81 | 26.16 | 12.82 | - |
| YUV | 139.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 89 | 0 | 0.39 | 0.55 | 0.22 | 17.06 | 0.49 | 0.56 |
| Hex | C6 | 78 | 59 | 0 | 27 | 37 | 16 | 11 | 31 | 38 |
| Octal | 306 | 170 | 131 | 0 | 47 | 67 | 26 | 21 | 61 | 70 |
| Binary | 11000110 | 1111000 | 1011001 | 0 | 100111 | 110111 | 10110 | 10001 | 110001 | 111000 |
Color Harmonies of #C67859
Complementary color
Monochromatic Colors of #C67859
Black with #C67859
Text Example
Text Example
White with #C67859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67859; }
p { color: rgb(198,120,89); }
H1.HeaderClassName
{
color: #C67859;
}
.AnyTagClassName
{
color: #C67859;
}
</style>
background-color css
<style>
a { background-color: #C67859; }
a { background-color: rgb(198,120,89); }
div.DivClassName
{
background-color: #C67859;
}
.BgClassName
{
background-color: #C67859;
}
</style>
border-color css
<style>
span { border-color: #C67859; }
span { border-color: rgb(198,120,89); }
td.TdClassName
{
border-color: #C67859;
}
.TagClassName
{
border-color: #C67859;
}
</style>