Shades of Japonica #C36D56
Tints of Japonica #C36D56
RGB
CMYK
RGB Variations
Color information
#C36D56 (or 0xC36D56) is known color: Japonica. HEX triplet: C3, 6D and 56. RGB value is (195,109,86). Sum of RGB (Red+Green+Blue) = 195+109+86=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D56 is #3C92A9. Grayscale: #848484. Windows color (decimal): -3969706 or 5664195. OLE color: 5664195.
HSL color Cylindrical-coordinate representation of color #C36D56: hue angle of 12.66º 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 #C36D56 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 86 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 12.66º | 0.48% | 0.55% | - |
| HSV(B) | 12.66º | 0.56% | 0.76% | - |
| XYZ | 29.65 | 23.21 | 11.72 | - |
| YUV | 132.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 86 | 0 | 0.44 | 0.56 | 0.24 | 12.66 | 0.48 | 0.55 |
| Hex | C3 | 6D | 56 | 0 | 2C | 38 | 18 | D | 30 | 37 |
| Octal | 303 | 155 | 126 | 0 | 54 | 70 | 30 | 15 | 60 | 67 |
| Binary | 11000011 | 1101101 | 1010110 | 0 | 101100 | 111000 | 11000 | 1101 | 110000 | 110111 |
Color Harmonies of #C36D56
Complementary color
Monochromatic Colors of #C36D56
Black with #C36D56
Text Example
Text Example
White with #C36D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D56; }
p { color: rgb(195,109,86); }
H1.HeaderClassName
{
color: #C36D56;
}
.AnyTagClassName
{
color: #C36D56;
}
</style>
background-color css
<style>
a { background-color: #C36D56; }
a { background-color: rgb(195,109,86); }
div.DivClassName
{
background-color: #C36D56;
}
.BgClassName
{
background-color: #C36D56;
}
</style>
border-color css
<style>
span { border-color: #C36D56; }
span { border-color: rgb(195,109,86); }
td.TdClassName
{
border-color: #C36D56;
}
.TagClassName
{
border-color: #C36D56;
}
</style>