Shades of Japonica #C37860
Tints of Japonica #C37860
RGB
CMYK
RGB Variations
Color information
#C37860 (or 0xC37860) is known color: Japonica. HEX triplet: C3, 78 and 60. RGB value is (195,120,96). Sum of RGB (Red+Green+Blue) = 195+120+96=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C37860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37860 is #3C879F. Grayscale: #8B8B8B. Windows color (decimal): -3966880 or 6322371. OLE color: 6322371.
HSL color Cylindrical-coordinate representation of color #C37860: hue angle of 14.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C37860 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 96 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.24 |
| HSL | 14.55º | 0.45% | 0.57% | - |
| HSV(B) | 14.55º | 0.51% | 0.76% | - |
| XYZ | 31.33 | 25.88 | 14.41 | - |
| YUV | 139.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 96 | 0 | 0.38 | 0.51 | 0.24 | 14.55 | 0.45 | 0.57 |
| Hex | C3 | 78 | 60 | 0 | 26 | 33 | 18 | F | 2D | 39 |
| Octal | 303 | 170 | 140 | 0 | 46 | 63 | 30 | 17 | 55 | 71 |
| Binary | 11000011 | 1111000 | 1100000 | 0 | 100110 | 110011 | 11000 | 1111 | 101101 | 111001 |
Color Harmonies of #C37860
Complementary color
Monochromatic Colors of #C37860
Black with #C37860
Text Example
Text Example
White with #C37860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37860; }
p { color: rgb(195,120,96); }
H1.HeaderClassName
{
color: #C37860;
}
.AnyTagClassName
{
color: #C37860;
}
</style>
background-color css
<style>
a { background-color: #C37860; }
a { background-color: rgb(195,120,96); }
div.DivClassName
{
background-color: #C37860;
}
.BgClassName
{
background-color: #C37860;
}
</style>
border-color css
<style>
span { border-color: #C37860; }
span { border-color: rgb(195,120,96); }
td.TdClassName
{
border-color: #C37860;
}
.TagClassName
{
border-color: #C37860;
}
</style>