Shades of Japonica #C37459
Tints of Japonica #C37459
RGB
CMYK
RGB Variations
Color information
#C37459 (or 0xC37459) is known color: Japonica. HEX triplet: C3, 74 and 59. RGB value is (195,116,89). Sum of RGB (Red+Green+Blue) = 195+116+89=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C37459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37459 is #3C8BA6. Grayscale: #888888. Windows color (decimal): -3967911 or 5862595. OLE color: 5862595.
HSL color Cylindrical-coordinate representation of color #C37459: hue angle of 15.28º 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 #C37459 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 116 | 89 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.24 |
| HSL | 15.28º | 0.47% | 0.56% | - |
| HSV(B) | 15.28º | 0.54% | 0.76% | - |
| XYZ | 30.55 | 24.81 | 12.63 | - |
| YUV | 136.54 | 101.17 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 116 | 89 | 0 | 0.41 | 0.54 | 0.24 | 15.28 | 0.47 | 0.56 |
| Hex | C3 | 74 | 59 | 0 | 29 | 36 | 18 | F | 2F | 38 |
| Octal | 303 | 164 | 131 | 0 | 51 | 66 | 30 | 17 | 57 | 70 |
| Binary | 11000011 | 1110100 | 1011001 | 0 | 101001 | 110110 | 11000 | 1111 | 101111 | 111000 |
Color Harmonies of #C37459
Complementary color
Monochromatic Colors of #C37459
Black with #C37459
Text Example
Text Example
White with #C37459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37459; }
p { color: rgb(195,116,89); }
H1.HeaderClassName
{
color: #C37459;
}
.AnyTagClassName
{
color: #C37459;
}
</style>
background-color css
<style>
a { background-color: #C37459; }
a { background-color: rgb(195,116,89); }
div.DivClassName
{
background-color: #C37459;
}
.BgClassName
{
background-color: #C37459;
}
</style>
border-color css
<style>
span { border-color: #C37459; }
span { border-color: rgb(195,116,89); }
td.TdClassName
{
border-color: #C37459;
}
.TagClassName
{
border-color: #C37459;
}
</style>