Shades of Japonica #C36D54
Tints of Japonica #C36D54
RGB
CMYK
RGB Variations
Color information
#C36D54 (or 0xC36D54) is known color: Japonica. HEX triplet: C3, 6D and 54. RGB value is (195,109,84). Sum of RGB (Red+Green+Blue) = 195+109+84=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D54 is #3C92AB. Grayscale: #848484. Windows color (decimal): -3969708 or 5533123. OLE color: 5533123.
HSL color Cylindrical-coordinate representation of color #C36D54: hue angle of 13.51º 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 #C36D54 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 84 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.24 |
| HSL | 13.51º | 0.48% | 0.55% | - |
| HSV(B) | 13.51º | 0.57% | 0.76% | - |
| XYZ | 29.57 | 23.18 | 11.3 | - |
| YUV | 131.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 84 | 0 | 0.44 | 0.57 | 0.24 | 13.51 | 0.48 | 0.55 |
| Hex | C3 | 6D | 54 | 0 | 2C | 39 | 18 | E | 30 | 37 |
| Octal | 303 | 155 | 124 | 0 | 54 | 71 | 30 | 16 | 60 | 67 |
| Binary | 11000011 | 1101101 | 1010100 | 0 | 101100 | 111001 | 11000 | 1110 | 110000 | 110111 |
Color Harmonies of #C36D54
Complementary color
Monochromatic Colors of #C36D54
Black with #C36D54
Text Example
Text Example
White with #C36D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D54; }
p { color: rgb(195,109,84); }
H1.HeaderClassName
{
color: #C36D54;
}
.AnyTagClassName
{
color: #C36D54;
}
</style>
background-color css
<style>
a { background-color: #C36D54; }
a { background-color: rgb(195,109,84); }
div.DivClassName
{
background-color: #C36D54;
}
.BgClassName
{
background-color: #C36D54;
}
</style>
border-color css
<style>
span { border-color: #C36D54; }
span { border-color: rgb(195,109,84); }
td.TdClassName
{
border-color: #C36D54;
}
.TagClassName
{
border-color: #C36D54;
}
</style>