Shades of Japonica #C36E54
Tints of Japonica #C36E54
RGB
CMYK
RGB Variations
Color information
#C36E54 (or 0xC36E54) is known color: Japonica. HEX triplet: C3, 6E and 54. RGB value is (195,110,84). Sum of RGB (Red+Green+Blue) = 195+110+84=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E54 is #3C91AB. Grayscale: #848484. Windows color (decimal): -3969452 or 5533379. OLE color: 5533379.
HSL color Cylindrical-coordinate representation of color #C36E54: hue angle of 14.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C36E54 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 84 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.24 |
| HSL | 14.05º | 0.48% | 0.55% | - |
| HSV(B) | 14.05º | 0.57% | 0.76% | - |
| XYZ | 29.68 | 23.39 | 11.34 | - |
| YUV | 132.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 84 | 0 | 0.44 | 0.57 | 0.24 | 14.05 | 0.48 | 0.55 |
| Hex | C3 | 6E | 54 | 0 | 2C | 39 | 18 | E | 30 | 37 |
| Octal | 303 | 156 | 124 | 0 | 54 | 71 | 30 | 16 | 60 | 67 |
| Binary | 11000011 | 1101110 | 1010100 | 0 | 101100 | 111001 | 11000 | 1110 | 110000 | 110111 |
Color Harmonies of #C36E54
Complementary color
Monochromatic Colors of #C36E54
Black with #C36E54
Text Example
Text Example
White with #C36E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E54; }
p { color: rgb(195,110,84); }
H1.HeaderClassName
{
color: #C36E54;
}
.AnyTagClassName
{
color: #C36E54;
}
</style>
background-color css
<style>
a { background-color: #C36E54; }
a { background-color: rgb(195,110,84); }
div.DivClassName
{
background-color: #C36E54;
}
.BgClassName
{
background-color: #C36E54;
}
</style>
border-color css
<style>
span { border-color: #C36E54; }
span { border-color: rgb(195,110,84); }
td.TdClassName
{
border-color: #C36E54;
}
.TagClassName
{
border-color: #C36E54;
}
</style>