Shades of Japonica #C37963
Tints of Japonica #C37963
RGB
CMYK
RGB Variations
Color information
#C37963 (or 0xC37963) is known color: Japonica. HEX triplet: C3, 79 and 63. RGB value is (195,121,99). Sum of RGB (Red+Green+Blue) = 195+121+99=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37963 is #3C869C. Grayscale: #8C8C8C. Windows color (decimal): -3966621 or 6519235. OLE color: 6519235.
HSL color Cylindrical-coordinate representation of color #C37963: hue angle of 13.75º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37963 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 99 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.24 |
| HSL | 13.75º | 0.44% | 0.58% | - |
| HSV(B) | 13.75º | 0.49% | 0.76% | - |
| XYZ | 31.6 | 26.18 | 15.19 | - |
| YUV | 140.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 99 | 0 | 0.38 | 0.49 | 0.24 | 13.75 | 0.44 | 0.58 |
| Hex | C3 | 79 | 63 | 0 | 26 | 31 | 18 | E | 2C | 3A |
| Octal | 303 | 171 | 143 | 0 | 46 | 61 | 30 | 16 | 54 | 72 |
| Binary | 11000011 | 1111001 | 1100011 | 0 | 100110 | 110001 | 11000 | 1110 | 101100 | 111010 |
Color Harmonies of #C37963
Complementary color
Monochromatic Colors of #C37963
Black with #C37963
Text Example
Text Example
White with #C37963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37963; }
p { color: rgb(195,121,99); }
H1.HeaderClassName
{
color: #C37963;
}
.AnyTagClassName
{
color: #C37963;
}
</style>
background-color css
<style>
a { background-color: #C37963; }
a { background-color: rgb(195,121,99); }
div.DivClassName
{
background-color: #C37963;
}
.BgClassName
{
background-color: #C37963;
}
</style>
border-color css
<style>
span { border-color: #C37963; }
span { border-color: rgb(195,121,99); }
td.TdClassName
{
border-color: #C37963;
}
.TagClassName
{
border-color: #C37963;
}
</style>