Shades of Japonica #C37959
Tints of Japonica #C37959
RGB
CMYK
RGB Variations
Color information
#C37959 (or 0xC37959) is known color: Japonica. HEX triplet: C3, 79 and 59. RGB value is (195,121,89). Sum of RGB (Red+Green+Blue) = 195+121+89=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C37959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37959 is #3C86A6. Grayscale: #8B8B8B. Windows color (decimal): -3966631 or 5863875. OLE color: 5863875.
HSL color Cylindrical-coordinate representation of color #C37959: hue angle of 18.11º 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 #C37959 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 89 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.24 |
| HSL | 18.11º | 0.47% | 0.56% | - |
| HSV(B) | 18.11º | 0.54% | 0.76% | - |
| XYZ | 31.15 | 26 | 12.83 | - |
| YUV | 139.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 89 | 0 | 0.38 | 0.54 | 0.24 | 18.11 | 0.47 | 0.56 |
| Hex | C3 | 79 | 59 | 0 | 26 | 36 | 18 | 12 | 2F | 38 |
| Octal | 303 | 171 | 131 | 0 | 46 | 66 | 30 | 22 | 57 | 70 |
| Binary | 11000011 | 1111001 | 1011001 | 0 | 100110 | 110110 | 11000 | 10010 | 101111 | 111000 |
Color Harmonies of #C37959
Complementary color
Monochromatic Colors of #C37959
Black with #C37959
Text Example
Text Example
White with #C37959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37959; }
p { color: rgb(195,121,89); }
H1.HeaderClassName
{
color: #C37959;
}
.AnyTagClassName
{
color: #C37959;
}
</style>
background-color css
<style>
a { background-color: #C37959; }
a { background-color: rgb(195,121,89); }
div.DivClassName
{
background-color: #C37959;
}
.BgClassName
{
background-color: #C37959;
}
</style>
border-color css
<style>
span { border-color: #C37959; }
span { border-color: rgb(195,121,89); }
td.TdClassName
{
border-color: #C37959;
}
.TagClassName
{
border-color: #C37959;
}
</style>