Shades of Japonica #C37859
Tints of Japonica #C37859
RGB
CMYK
RGB Variations
Color information
#C37859 (or 0xC37859) is known color: Japonica. HEX triplet: C3, 78 and 59. RGB value is (195,120,89). Sum of RGB (Red+Green+Blue) = 195+120+89=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C37859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37859 is #3C87A6. Grayscale: #8B8B8B. Windows color (decimal): -3966887 or 5863619. OLE color: 5863619.
HSL color Cylindrical-coordinate representation of color #C37859: hue angle of 17.55º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C37859 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 89 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.24 |
| HSL | 17.55º | 0.47% | 0.56% | - |
| HSV(B) | 17.55º | 0.54% | 0.76% | - |
| XYZ | 31.03 | 25.76 | 12.79 | - |
| YUV | 138.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 89 | 0 | 0.38 | 0.54 | 0.24 | 17.55 | 0.47 | 0.56 |
| Hex | C3 | 78 | 59 | 0 | 26 | 36 | 18 | 12 | 2F | 38 |
| Octal | 303 | 170 | 131 | 0 | 46 | 66 | 30 | 22 | 57 | 70 |
| Binary | 11000011 | 1111000 | 1011001 | 0 | 100110 | 110110 | 11000 | 10010 | 101111 | 111000 |
Color Harmonies of #C37859
Complementary color
Monochromatic Colors of #C37859
Black with #C37859
Text Example
Text Example
White with #C37859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37859; }
p { color: rgb(195,120,89); }
H1.HeaderClassName
{
color: #C37859;
}
.AnyTagClassName
{
color: #C37859;
}
</style>
background-color css
<style>
a { background-color: #C37859; }
a { background-color: rgb(195,120,89); }
div.DivClassName
{
background-color: #C37859;
}
.BgClassName
{
background-color: #C37859;
}
</style>
border-color css
<style>
span { border-color: #C37859; }
span { border-color: rgb(195,120,89); }
td.TdClassName
{
border-color: #C37859;
}
.TagClassName
{
border-color: #C37859;
}
</style>