Shades of Japonica #C37C58
Tints of Japonica #C37C58
RGB
CMYK
RGB Variations
Color information
#C37C58 (or 0xC37C58) is known color: Japonica. HEX triplet: C3, 7C and 58. RGB value is (195,124,88). Sum of RGB (Red+Green+Blue) = 195+124+88=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C58 is #3C83A7. Grayscale: #8D8D8D. Windows color (decimal): -3965864 or 5799107. OLE color: 5799107.
HSL color Cylindrical-coordinate representation of color #C37C58: hue angle of 20.19º 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 #C37C58 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 88 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.24 |
| HSL | 20.19º | 0.47% | 0.55% | - |
| HSV(B) | 20.19º | 0.55% | 0.76% | - |
| XYZ | 31.47 | 26.72 | 12.73 | - |
| YUV | 141.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 88 | 0 | 0.36 | 0.55 | 0.24 | 20.19 | 0.47 | 0.55 |
| Hex | C3 | 7C | 58 | 0 | 24 | 37 | 18 | 14 | 2F | 37 |
| Octal | 303 | 174 | 130 | 0 | 44 | 67 | 30 | 24 | 57 | 67 |
| Binary | 11000011 | 1111100 | 1011000 | 0 | 100100 | 110111 | 11000 | 10100 | 101111 | 110111 |
Color Harmonies of #C37C58
Complementary color
Monochromatic Colors of #C37C58
Black with #C37C58
Text Example
Text Example
White with #C37C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C58; }
p { color: rgb(195,124,88); }
H1.HeaderClassName
{
color: #C37C58;
}
.AnyTagClassName
{
color: #C37C58;
}
</style>
background-color css
<style>
a { background-color: #C37C58; }
a { background-color: rgb(195,124,88); }
div.DivClassName
{
background-color: #C37C58;
}
.BgClassName
{
background-color: #C37C58;
}
</style>
border-color css
<style>
span { border-color: #C37C58; }
span { border-color: rgb(195,124,88); }
td.TdClassName
{
border-color: #C37C58;
}
.TagClassName
{
border-color: #C37C58;
}
</style>