Shades of Japonica #C37157
Tints of Japonica #C37157
RGB
CMYK
RGB Variations
Color information
#C37157 (or 0xC37157) is known color: Japonica. HEX triplet: C3, 71 and 57. RGB value is (195,113,87). Sum of RGB (Red+Green+Blue) = 195+113+87=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37157 is #3C8EA8. Grayscale: #868686. Windows color (decimal): -3968681 or 5730755. OLE color: 5730755.
HSL color Cylindrical-coordinate representation of color #C37157: hue angle of 14.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C37157 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 87 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.24 |
| HSL | 14.44º | 0.47% | 0.55% | - |
| HSV(B) | 14.44º | 0.55% | 0.76% | - |
| XYZ | 30.13 | 24.1 | 12.08 | - |
| YUV | 134.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 87 | 0 | 0.42 | 0.55 | 0.24 | 14.44 | 0.47 | 0.55 |
| Hex | C3 | 71 | 57 | 0 | 2A | 37 | 18 | E | 2F | 37 |
| Octal | 303 | 161 | 127 | 0 | 52 | 67 | 30 | 16 | 57 | 67 |
| Binary | 11000011 | 1110001 | 1010111 | 0 | 101010 | 110111 | 11000 | 1110 | 101111 | 110111 |
Color Harmonies of #C37157
Complementary color
Monochromatic Colors of #C37157
Black with #C37157
Text Example
Text Example
White with #C37157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37157; }
p { color: rgb(195,113,87); }
H1.HeaderClassName
{
color: #C37157;
}
.AnyTagClassName
{
color: #C37157;
}
</style>
background-color css
<style>
a { background-color: #C37157; }
a { background-color: rgb(195,113,87); }
div.DivClassName
{
background-color: #C37157;
}
.BgClassName
{
background-color: #C37157;
}
</style>
border-color css
<style>
span { border-color: #C37157; }
span { border-color: rgb(195,113,87); }
td.TdClassName
{
border-color: #C37157;
}
.TagClassName
{
border-color: #C37157;
}
</style>