Shades of Japonica #C37358
Tints of Japonica #C37358
RGB
CMYK
RGB Variations
Color information
#C37358 (or 0xC37358) is known color: Japonica. HEX triplet: C3, 73 and 58. RGB value is (195,115,88). Sum of RGB (Red+Green+Blue) = 195+115+88=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37358 is #3C8CA7. Grayscale: #888888. Windows color (decimal): -3968168 or 5796803. OLE color: 5796803.
HSL color Cylindrical-coordinate representation of color #C37358: hue angle of 15.14º 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 #C37358 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 88 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.24 |
| HSL | 15.14º | 0.47% | 0.55% | - |
| HSV(B) | 15.14º | 0.55% | 0.76% | - |
| XYZ | 30.4 | 24.57 | 12.37 | - |
| YUV | 135.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 88 | 0 | 0.41 | 0.55 | 0.24 | 15.14 | 0.47 | 0.55 |
| Hex | C3 | 73 | 58 | 0 | 29 | 37 | 18 | F | 2F | 37 |
| Octal | 303 | 163 | 130 | 0 | 51 | 67 | 30 | 17 | 57 | 67 |
| Binary | 11000011 | 1110011 | 1011000 | 0 | 101001 | 110111 | 11000 | 1111 | 101111 | 110111 |
Color Harmonies of #C37358
Complementary color
Monochromatic Colors of #C37358
Black with #C37358
Text Example
Text Example
White with #C37358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37358; }
p { color: rgb(195,115,88); }
H1.HeaderClassName
{
color: #C37358;
}
.AnyTagClassName
{
color: #C37358;
}
</style>
background-color css
<style>
a { background-color: #C37358; }
a { background-color: rgb(195,115,88); }
div.DivClassName
{
background-color: #C37358;
}
.BgClassName
{
background-color: #C37358;
}
</style>
border-color css
<style>
span { border-color: #C37358; }
span { border-color: rgb(195,115,88); }
td.TdClassName
{
border-color: #C37358;
}
.TagClassName
{
border-color: #C37358;
}
</style>