Shades of Japonica #C36F54
Tints of Japonica #C36F54
RGB
CMYK
RGB Variations
Color information
#C36F54 (or 0xC36F54) is known color: Japonica. HEX triplet: C3, 6F and 54. RGB value is (195,111,84). Sum of RGB (Red+Green+Blue) = 195+111+84=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F54 is #3C90AB. Grayscale: #858585. Windows color (decimal): -3969196 or 5533635. OLE color: 5533635.
HSL color Cylindrical-coordinate representation of color #C36F54: hue angle of 14.59º 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 #C36F54 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 84 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.24 |
| HSL | 14.59º | 0.48% | 0.55% | - |
| HSV(B) | 14.59º | 0.57% | 0.76% | - |
| XYZ | 29.79 | 23.61 | 11.37 | - |
| YUV | 133.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 84 | 0 | 0.43 | 0.57 | 0.24 | 14.59 | 0.48 | 0.55 |
| Hex | C3 | 6F | 54 | 0 | 2B | 39 | 18 | F | 30 | 37 |
| Octal | 303 | 157 | 124 | 0 | 53 | 71 | 30 | 17 | 60 | 67 |
| Binary | 11000011 | 1101111 | 1010100 | 0 | 101011 | 111001 | 11000 | 1111 | 110000 | 110111 |
Color Harmonies of #C36F54
Complementary color
Monochromatic Colors of #C36F54
Black with #C36F54
Text Example
Text Example
White with #C36F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F54; }
p { color: rgb(195,111,84); }
H1.HeaderClassName
{
color: #C36F54;
}
.AnyTagClassName
{
color: #C36F54;
}
</style>
background-color css
<style>
a { background-color: #C36F54; }
a { background-color: rgb(195,111,84); }
div.DivClassName
{
background-color: #C36F54;
}
.BgClassName
{
background-color: #C36F54;
}
</style>
border-color css
<style>
span { border-color: #C36F54; }
span { border-color: rgb(195,111,84); }
td.TdClassName
{
border-color: #C36F54;
}
.TagClassName
{
border-color: #C36F54;
}
</style>