Shades of Japonica #C36C56
Tints of Japonica #C36C56
RGB
CMYK
RGB Variations
Color information
#C36C56 (or 0xC36C56) is known color: Japonica. HEX triplet: C3, 6C and 56. RGB value is (195,108,86). Sum of RGB (Red+Green+Blue) = 195+108+86=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C56 is #3C93A9. Grayscale: #838383. Windows color (decimal): -3969962 or 5663939. OLE color: 5663939.
HSL color Cylindrical-coordinate representation of color #C36C56: hue angle of 12.11º 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 #C36C56 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 86 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.24 |
| HSL | 12.11º | 0.48% | 0.55% | - |
| HSV(B) | 12.11º | 0.56% | 0.76% | - |
| XYZ | 29.55 | 23 | 11.69 | - |
| YUV | 131.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 86 | 0 | 0.45 | 0.56 | 0.24 | 12.11 | 0.48 | 0.55 |
| Hex | C3 | 6C | 56 | 0 | 2D | 38 | 18 | C | 30 | 37 |
| Octal | 303 | 154 | 126 | 0 | 55 | 70 | 30 | 14 | 60 | 67 |
| Binary | 11000011 | 1101100 | 1010110 | 0 | 101101 | 111000 | 11000 | 1100 | 110000 | 110111 |
Color Harmonies of #C36C56
Complementary color
Monochromatic Colors of #C36C56
Black with #C36C56
Text Example
Text Example
White with #C36C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C56; }
p { color: rgb(195,108,86); }
H1.HeaderClassName
{
color: #C36C56;
}
.AnyTagClassName
{
color: #C36C56;
}
</style>
background-color css
<style>
a { background-color: #C36C56; }
a { background-color: rgb(195,108,86); }
div.DivClassName
{
background-color: #C36C56;
}
.BgClassName
{
background-color: #C36C56;
}
</style>
border-color css
<style>
span { border-color: #C36C56; }
span { border-color: rgb(195,108,86); }
td.TdClassName
{
border-color: #C36C56;
}
.TagClassName
{
border-color: #C36C56;
}
</style>