Shades of Japonica #C36D55
Tints of Japonica #C36D55
RGB
CMYK
RGB Variations
Color information
#C36D55 (or 0xC36D55) is known color: Japonica. HEX triplet: C3, 6D and 55. RGB value is (195,109,85). Sum of RGB (Red+Green+Blue) = 195+109+85=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D55 is #3C92AA. Grayscale: #848484. Windows color (decimal): -3969707 or 5598659. OLE color: 5598659.
HSL color Cylindrical-coordinate representation of color #C36D55: hue angle of 13.09º 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 #C36D55 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 85 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.24 |
| HSL | 13.09º | 0.48% | 0.55% | - |
| HSV(B) | 13.09º | 0.56% | 0.76% | - |
| XYZ | 29.61 | 23.2 | 11.51 | - |
| YUV | 131.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 85 | 0 | 0.44 | 0.56 | 0.24 | 13.09 | 0.48 | 0.55 |
| Hex | C3 | 6D | 55 | 0 | 2C | 38 | 18 | D | 30 | 37 |
| Octal | 303 | 155 | 125 | 0 | 54 | 70 | 30 | 15 | 60 | 67 |
| Binary | 11000011 | 1101101 | 1010101 | 0 | 101100 | 111000 | 11000 | 1101 | 110000 | 110111 |
Color Harmonies of #C36D55
Complementary color
Monochromatic Colors of #C36D55
Black with #C36D55
Text Example
Text Example
White with #C36D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D55; }
p { color: rgb(195,109,85); }
H1.HeaderClassName
{
color: #C36D55;
}
.AnyTagClassName
{
color: #C36D55;
}
</style>
background-color css
<style>
a { background-color: #C36D55; }
a { background-color: rgb(195,109,85); }
div.DivClassName
{
background-color: #C36D55;
}
.BgClassName
{
background-color: #C36D55;
}
</style>
border-color css
<style>
span { border-color: #C36D55; }
span { border-color: rgb(195,109,85); }
td.TdClassName
{
border-color: #C36D55;
}
.TagClassName
{
border-color: #C36D55;
}
</style>