Shades of Japonica #C36E59
Tints of Japonica #C36E59
RGB
CMYK
RGB Variations
Color information
#C36E59 (or 0xC36E59) is known color: Japonica. HEX triplet: C3, 6E and 59. RGB value is (195,110,89). Sum of RGB (Red+Green+Blue) = 195+110+89=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E59 is #3C91A6. Grayscale: #858585. Windows color (decimal): -3969447 or 5861059. OLE color: 5861059.
HSL color Cylindrical-coordinate representation of color #C36E59: hue angle of 11.89º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C36E59 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 89 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.24 |
| HSL | 11.89º | 0.47% | 0.56% | - |
| HSV(B) | 11.89º | 0.54% | 0.76% | - |
| XYZ | 29.88 | 23.48 | 12.41 | - |
| YUV | 133.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 89 | 0 | 0.44 | 0.54 | 0.24 | 11.89 | 0.47 | 0.56 |
| Hex | C3 | 6E | 59 | 0 | 2C | 36 | 18 | C | 2F | 38 |
| Octal | 303 | 156 | 131 | 0 | 54 | 66 | 30 | 14 | 57 | 70 |
| Binary | 11000011 | 1101110 | 1011001 | 0 | 101100 | 110110 | 11000 | 1100 | 101111 | 111000 |
Color Harmonies of #C36E59
Complementary color
Monochromatic Colors of #C36E59
Black with #C36E59
Text Example
Text Example
White with #C36E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E59; }
p { color: rgb(195,110,89); }
H1.HeaderClassName
{
color: #C36E59;
}
.AnyTagClassName
{
color: #C36E59;
}
</style>
background-color css
<style>
a { background-color: #C36E59; }
a { background-color: rgb(195,110,89); }
div.DivClassName
{
background-color: #C36E59;
}
.BgClassName
{
background-color: #C36E59;
}
</style>
border-color css
<style>
span { border-color: #C36E59; }
span { border-color: rgb(195,110,89); }
td.TdClassName
{
border-color: #C36E59;
}
.TagClassName
{
border-color: #C36E59;
}
</style>