Shades of Japonica #C37057
Tints of Japonica #C37057
RGB
CMYK
RGB Variations
Color information
#C37057 (or 0xC37057) is known color: Japonica. HEX triplet: C3, 70 and 57. RGB value is (195,112,87). Sum of RGB (Red+Green+Blue) = 195+112+87=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37057 is #3C8FA8. Grayscale: #868686. Windows color (decimal): -3968937 or 5730499. OLE color: 5730499.
HSL color Cylindrical-coordinate representation of color #C37057: hue angle of 13.89º 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 #C37057 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 87 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.24 |
| HSL | 13.89º | 0.47% | 0.55% | - |
| HSV(B) | 13.89º | 0.55% | 0.76% | - |
| XYZ | 30.02 | 23.88 | 12.04 | - |
| YUV | 133.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 87 | 0 | 0.43 | 0.55 | 0.24 | 13.89 | 0.47 | 0.55 |
| Hex | C3 | 70 | 57 | 0 | 2B | 37 | 18 | E | 2F | 37 |
| Octal | 303 | 160 | 127 | 0 | 53 | 67 | 30 | 16 | 57 | 67 |
| Binary | 11000011 | 1110000 | 1010111 | 0 | 101011 | 110111 | 11000 | 1110 | 101111 | 110111 |
Color Harmonies of #C37057
Complementary color
Monochromatic Colors of #C37057
Black with #C37057
Text Example
Text Example
White with #C37057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37057; }
p { color: rgb(195,112,87); }
H1.HeaderClassName
{
color: #C37057;
}
.AnyTagClassName
{
color: #C37057;
}
</style>
background-color css
<style>
a { background-color: #C37057; }
a { background-color: rgb(195,112,87); }
div.DivClassName
{
background-color: #C37057;
}
.BgClassName
{
background-color: #C37057;
}
</style>
border-color css
<style>
span { border-color: #C37057; }
span { border-color: rgb(195,112,87); }
td.TdClassName
{
border-color: #C37057;
}
.TagClassName
{
border-color: #C37057;
}
</style>