Shades of Japonica #C37A59
Tints of Japonica #C37A59
RGB
CMYK
RGB Variations
Color information
#C37A59 (or 0xC37A59) is known color: Japonica. HEX triplet: C3, 7A and 59. RGB value is (195,122,89). Sum of RGB (Red+Green+Blue) = 195+122+89=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A59 is #3C85A6. Grayscale: #8C8C8C. Windows color (decimal): -3966375 or 5864131. OLE color: 5864131.
HSL color Cylindrical-coordinate representation of color #C37A59: hue angle of 18.68º 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 #C37A59 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 89 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.24 |
| HSL | 18.68º | 0.47% | 0.56% | - |
| HSV(B) | 18.68º | 0.54% | 0.76% | - |
| XYZ | 31.27 | 26.24 | 12.87 | - |
| YUV | 140.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 89 | 0 | 0.37 | 0.54 | 0.24 | 18.68 | 0.47 | 0.56 |
| Hex | C3 | 7A | 59 | 0 | 25 | 36 | 18 | 13 | 2F | 38 |
| Octal | 303 | 172 | 131 | 0 | 45 | 66 | 30 | 23 | 57 | 70 |
| Binary | 11000011 | 1111010 | 1011001 | 0 | 100101 | 110110 | 11000 | 10011 | 101111 | 111000 |
Color Harmonies of #C37A59
Complementary color
Monochromatic Colors of #C37A59
Black with #C37A59
Text Example
Text Example
White with #C37A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A59; }
p { color: rgb(195,122,89); }
H1.HeaderClassName
{
color: #C37A59;
}
.AnyTagClassName
{
color: #C37A59;
}
</style>
background-color css
<style>
a { background-color: #C37A59; }
a { background-color: rgb(195,122,89); }
div.DivClassName
{
background-color: #C37A59;
}
.BgClassName
{
background-color: #C37A59;
}
</style>
border-color css
<style>
span { border-color: #C37A59; }
span { border-color: rgb(195,122,89); }
td.TdClassName
{
border-color: #C37A59;
}
.TagClassName
{
border-color: #C37A59;
}
</style>