Shades of Japonica #C36E56
Tints of Japonica #C36E56
RGB
CMYK
RGB Variations
Color information
#C36E56 (or 0xC36E56) is known color: Japonica. HEX triplet: C3, 6E and 56. RGB value is (195,110,86). Sum of RGB (Red+Green+Blue) = 195+110+86=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E56 is #3C91A9. Grayscale: #848484. Windows color (decimal): -3969450 or 5664451. OLE color: 5664451.
HSL color Cylindrical-coordinate representation of color #C36E56: hue angle of 13.21º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C36E56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 86 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 13.21º | 0.48% | 0.55% | - |
| HSV(B) | 13.21º | 0.56% | 0.76% | - |
| XYZ | 29.76 | 23.43 | 11.76 | - |
| YUV | 132.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 86 | 0 | 0.44 | 0.56 | 0.24 | 13.21 | 0.48 | 0.55 |
| Hex | C3 | 6E | 56 | 0 | 2C | 38 | 18 | D | 30 | 37 |
| Octal | 303 | 156 | 126 | 0 | 54 | 70 | 30 | 15 | 60 | 67 |
| Binary | 11000011 | 1101110 | 1010110 | 0 | 101100 | 111000 | 11000 | 1101 | 110000 | 110111 |
Color Harmonies of #C36E56
Complementary color
Monochromatic Colors of #C36E56
Black with #C36E56
Text Example
Text Example
White with #C36E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E56; }
p { color: rgb(195,110,86); }
H1.HeaderClassName
{
color: #C36E56;
}
.AnyTagClassName
{
color: #C36E56;
}
</style>
background-color css
<style>
a { background-color: #C36E56; }
a { background-color: rgb(195,110,86); }
div.DivClassName
{
background-color: #C36E56;
}
.BgClassName
{
background-color: #C36E56;
}
</style>
border-color css
<style>
span { border-color: #C36E56; }
span { border-color: rgb(195,110,86); }
td.TdClassName
{
border-color: #C36E56;
}
.TagClassName
{
border-color: #C36E56;
}
</style>