Shades of Japonica #C37158
Tints of Japonica #C37158
RGB
CMYK
RGB Variations
Color information
#C37158 (or 0xC37158) is known color: Japonica. HEX triplet: C3, 71 and 58. RGB value is (195,113,88). Sum of RGB (Red+Green+Blue) = 195+113+88=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37158 is #3C8EA7. Grayscale: #868686. Windows color (decimal): -3968680 or 5796291. OLE color: 5796291.
HSL color Cylindrical-coordinate representation of color #C37158: hue angle of 14.02º 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 #C37158 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 88 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.24 |
| HSL | 14.02º | 0.47% | 0.55% | - |
| HSV(B) | 14.02º | 0.55% | 0.76% | - |
| XYZ | 30.17 | 24.12 | 12.3 | - |
| YUV | 134.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 88 | 0 | 0.42 | 0.55 | 0.24 | 14.02 | 0.47 | 0.55 |
| Hex | C3 | 71 | 58 | 0 | 2A | 37 | 18 | E | 2F | 37 |
| Octal | 303 | 161 | 130 | 0 | 52 | 67 | 30 | 16 | 57 | 67 |
| Binary | 11000011 | 1110001 | 1011000 | 0 | 101010 | 110111 | 11000 | 1110 | 101111 | 110111 |
Color Harmonies of #C37158
Complementary color
Monochromatic Colors of #C37158
Black with #C37158
Text Example
Text Example
White with #C37158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37158; }
p { color: rgb(195,113,88); }
H1.HeaderClassName
{
color: #C37158;
}
.AnyTagClassName
{
color: #C37158;
}
</style>
background-color css
<style>
a { background-color: #C37158; }
a { background-color: rgb(195,113,88); }
div.DivClassName
{
background-color: #C37158;
}
.BgClassName
{
background-color: #C37158;
}
</style>
border-color css
<style>
span { border-color: #C37158; }
span { border-color: rgb(195,113,88); }
td.TdClassName
{
border-color: #C37158;
}
.TagClassName
{
border-color: #C37158;
}
</style>