Shades of Japonica #C37A5E
Tints of Japonica #C37A5E
RGB
CMYK
RGB Variations
Color information
#C37A5E (or 0xC37A5E) is known color: Japonica. HEX triplet: C3, 7A and 5E. RGB value is (195,122,94). Sum of RGB (Red+Green+Blue) = 195+122+94=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A5E is #3C85A1. Grayscale: #8C8C8C. Windows color (decimal): -3966370 or 6191811. OLE color: 6191811.
HSL color Cylindrical-coordinate representation of color #C37A5E: hue angle of 16.63º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C37A5E is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 94 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.24 |
| HSL | 16.63º | 0.46% | 0.57% | - |
| HSV(B) | 16.63º | 0.52% | 0.76% | - |
| XYZ | 31.49 | 26.33 | 14.01 | - |
| YUV | 140.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 94 | 0 | 0.37 | 0.52 | 0.24 | 16.63 | 0.46 | 0.57 |
| Hex | C3 | 7A | 5E | 0 | 25 | 34 | 18 | 11 | 2E | 39 |
| Octal | 303 | 172 | 136 | 0 | 45 | 64 | 30 | 21 | 56 | 71 |
| Binary | 11000011 | 1111010 | 1011110 | 0 | 100101 | 110100 | 11000 | 10001 | 101110 | 111001 |
Color Harmonies of #C37A5E
Complementary color
Monochromatic Colors of #C37A5E
Black with #C37A5E
Text Example
Text Example
White with #C37A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A5E; }
p { color: rgb(195,122,94); }
H1.HeaderClassName
{
color: #C37A5E;
}
.AnyTagClassName
{
color: #C37A5E;
}
</style>
background-color css
<style>
a { background-color: #C37A5E; }
a { background-color: rgb(195,122,94); }
div.DivClassName
{
background-color: #C37A5E;
}
.BgClassName
{
background-color: #C37A5E;
}
</style>
border-color css
<style>
span { border-color: #C37A5E; }
span { border-color: rgb(195,122,94); }
td.TdClassName
{
border-color: #C37A5E;
}
.TagClassName
{
border-color: #C37A5E;
}
</style>