Shades of Japonica #C36F56
Tints of Japonica #C36F56
RGB
CMYK
RGB Variations
Color information
#C36F56 (or 0xC36F56) is known color: Japonica. HEX triplet: C3, 6F and 56. RGB value is (195,111,86). Sum of RGB (Red+Green+Blue) = 195+111+86=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F56 is #3C90A9. Grayscale: #858585. Windows color (decimal): -3969194 or 5664707. OLE color: 5664707.
HSL color Cylindrical-coordinate representation of color #C36F56: hue angle of 13.76º 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 #C36F56 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 86 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.24 |
| HSL | 13.76º | 0.48% | 0.55% | - |
| HSV(B) | 13.76º | 0.56% | 0.76% | - |
| XYZ | 29.87 | 23.64 | 11.79 | - |
| YUV | 133.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 86 | 0 | 0.43 | 0.56 | 0.24 | 13.76 | 0.48 | 0.55 |
| Hex | C3 | 6F | 56 | 0 | 2B | 38 | 18 | E | 30 | 37 |
| Octal | 303 | 157 | 126 | 0 | 53 | 70 | 30 | 16 | 60 | 67 |
| Binary | 11000011 | 1101111 | 1010110 | 0 | 101011 | 111000 | 11000 | 1110 | 110000 | 110111 |
Color Harmonies of #C36F56
Complementary color
Monochromatic Colors of #C36F56
Black with #C36F56
Text Example
Text Example
White with #C36F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F56; }
p { color: rgb(195,111,86); }
H1.HeaderClassName
{
color: #C36F56;
}
.AnyTagClassName
{
color: #C36F56;
}
</style>
background-color css
<style>
a { background-color: #C36F56; }
a { background-color: rgb(195,111,86); }
div.DivClassName
{
background-color: #C36F56;
}
.BgClassName
{
background-color: #C36F56;
}
</style>
border-color css
<style>
span { border-color: #C36F56; }
span { border-color: rgb(195,111,86); }
td.TdClassName
{
border-color: #C36F56;
}
.TagClassName
{
border-color: #C36F56;
}
</style>