Shades of Japonica #C37C59
Tints of Japonica #C37C59
RGB
CMYK
RGB Variations
Color information
#C37C59 (or 0xC37C59) is known color: Japonica. HEX triplet: C3, 7C and 59. RGB value is (195,124,89). Sum of RGB (Red+Green+Blue) = 195+124+89=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C59 is #3C83A6. Grayscale: #8D8D8D. Windows color (decimal): -3965863 or 5864643. OLE color: 5864643.
HSL color Cylindrical-coordinate representation of color #C37C59: hue angle of 19.81º 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 #C37C59 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 89 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.24 |
| HSL | 19.81º | 0.47% | 0.56% | - |
| HSV(B) | 19.81º | 0.54% | 0.76% | - |
| XYZ | 31.52 | 26.74 | 12.95 | - |
| YUV | 141.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 89 | 0 | 0.36 | 0.54 | 0.24 | 19.81 | 0.47 | 0.56 |
| Hex | C3 | 7C | 59 | 0 | 24 | 36 | 18 | 14 | 2F | 38 |
| Octal | 303 | 174 | 131 | 0 | 44 | 66 | 30 | 24 | 57 | 70 |
| Binary | 11000011 | 1111100 | 1011001 | 0 | 100100 | 110110 | 11000 | 10100 | 101111 | 111000 |
Color Harmonies of #C37C59
Complementary color
Monochromatic Colors of #C37C59
Black with #C37C59
Text Example
Text Example
White with #C37C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C59; }
p { color: rgb(195,124,89); }
H1.HeaderClassName
{
color: #C37C59;
}
.AnyTagClassName
{
color: #C37C59;
}
</style>
background-color css
<style>
a { background-color: #C37C59; }
a { background-color: rgb(195,124,89); }
div.DivClassName
{
background-color: #C37C59;
}
.BgClassName
{
background-color: #C37C59;
}
</style>
border-color css
<style>
span { border-color: #C37C59; }
span { border-color: rgb(195,124,89); }
td.TdClassName
{
border-color: #C37C59;
}
.TagClassName
{
border-color: #C37C59;
}
</style>