Shades of Japonica #C36E58
Tints of Japonica #C36E58
RGB
CMYK
RGB Variations
Color information
#C36E58 (or 0xC36E58) is known color: Japonica. HEX triplet: C3, 6E and 58. RGB value is (195,110,88). Sum of RGB (Red+Green+Blue) = 195+110+88=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36E58 is #3C91A7. Grayscale: #858585. Windows color (decimal): -3969448 or 5795523. OLE color: 5795523.
HSL color Cylindrical-coordinate representation of color #C36E58: hue angle of 12.34º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C36E58 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 88 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.24 |
| HSL | 12.34º | 0.47% | 0.55% | - |
| HSV(B) | 12.34º | 0.55% | 0.76% | - |
| XYZ | 29.84 | 23.46 | 12.19 | - |
| YUV | 132.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 88 | 0 | 0.44 | 0.55 | 0.24 | 12.34 | 0.47 | 0.55 |
| Hex | C3 | 6E | 58 | 0 | 2C | 37 | 18 | C | 2F | 37 |
| Octal | 303 | 156 | 130 | 0 | 54 | 67 | 30 | 14 | 57 | 67 |
| Binary | 11000011 | 1101110 | 1011000 | 0 | 101100 | 110111 | 11000 | 1100 | 101111 | 110111 |
Color Harmonies of #C36E58
Complementary color
Monochromatic Colors of #C36E58
Black with #C36E58
Text Example
Text Example
White with #C36E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36E58; }
p { color: rgb(195,110,88); }
H1.HeaderClassName
{
color: #C36E58;
}
.AnyTagClassName
{
color: #C36E58;
}
</style>
background-color css
<style>
a { background-color: #C36E58; }
a { background-color: rgb(195,110,88); }
div.DivClassName
{
background-color: #C36E58;
}
.BgClassName
{
background-color: #C36E58;
}
</style>
border-color css
<style>
span { border-color: #C36E58; }
span { border-color: rgb(195,110,88); }
td.TdClassName
{
border-color: #C36E58;
}
.TagClassName
{
border-color: #C36E58;
}
</style>