Shades of Japonica #C36C54
Tints of Japonica #C36C54
RGB
CMYK
RGB Variations
Color information
#C36C54 (or 0xC36C54) is known color: Japonica. HEX triplet: C3, 6C and 54. RGB value is (195,108,84). Sum of RGB (Red+Green+Blue) = 195+108+84=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C54 is #3C93AB. Grayscale: #838383. Windows color (decimal): -3969964 or 5532867. OLE color: 5532867.
HSL color Cylindrical-coordinate representation of color #C36C54: hue angle of 12.97º 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 #C36C54 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 84 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.24 |
| HSL | 12.97º | 0.48% | 0.55% | - |
| HSV(B) | 12.97º | 0.57% | 0.76% | - |
| XYZ | 29.47 | 22.97 | 11.27 | - |
| YUV | 131.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 84 | 0 | 0.45 | 0.57 | 0.24 | 12.97 | 0.48 | 0.55 |
| Hex | C3 | 6C | 54 | 0 | 2D | 39 | 18 | D | 30 | 37 |
| Octal | 303 | 154 | 124 | 0 | 55 | 71 | 30 | 15 | 60 | 67 |
| Binary | 11000011 | 1101100 | 1010100 | 0 | 101101 | 111001 | 11000 | 1101 | 110000 | 110111 |
Color Harmonies of #C36C54
Complementary color
Monochromatic Colors of #C36C54
Black with #C36C54
Text Example
Text Example
White with #C36C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C54; }
p { color: rgb(195,108,84); }
H1.HeaderClassName
{
color: #C36C54;
}
.AnyTagClassName
{
color: #C36C54;
}
</style>
background-color css
<style>
a { background-color: #C36C54; }
a { background-color: rgb(195,108,84); }
div.DivClassName
{
background-color: #C36C54;
}
.BgClassName
{
background-color: #C36C54;
}
</style>
border-color css
<style>
span { border-color: #C36C54; }
span { border-color: rgb(195,108,84); }
td.TdClassName
{
border-color: #C36C54;
}
.TagClassName
{
border-color: #C36C54;
}
</style>