Shades of Japonica #C36D58
Tints of Japonica #C36D58
RGB
CMYK
RGB Variations
Color information
#C36D58 (or 0xC36D58) is known color: Japonica. HEX triplet: C3, 6D and 58. RGB value is (195,109,88). Sum of RGB (Red+Green+Blue) = 195+109+88=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D58 is #3C92A7. Grayscale: #848484. Windows color (decimal): -3969704 or 5795267. OLE color: 5795267.
HSL color Cylindrical-coordinate representation of color #C36D58: hue angle of 11.78º 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 #C36D58 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 88 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.24 |
| HSL | 11.78º | 0.47% | 0.55% | - |
| HSV(B) | 11.78º | 0.55% | 0.76% | - |
| XYZ | 29.74 | 23.24 | 12.15 | - |
| YUV | 132.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 88 | 0 | 0.44 | 0.55 | 0.24 | 11.78 | 0.47 | 0.55 |
| Hex | C3 | 6D | 58 | 0 | 2C | 37 | 18 | C | 2F | 37 |
| Octal | 303 | 155 | 130 | 0 | 54 | 67 | 30 | 14 | 57 | 67 |
| Binary | 11000011 | 1101101 | 1011000 | 0 | 101100 | 110111 | 11000 | 1100 | 101111 | 110111 |
Color Harmonies of #C36D58
Complementary color
Monochromatic Colors of #C36D58
Black with #C36D58
Text Example
Text Example
White with #C36D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D58; }
p { color: rgb(195,109,88); }
H1.HeaderClassName
{
color: #C36D58;
}
.AnyTagClassName
{
color: #C36D58;
}
</style>
background-color css
<style>
a { background-color: #C36D58; }
a { background-color: rgb(195,109,88); }
div.DivClassName
{
background-color: #C36D58;
}
.BgClassName
{
background-color: #C36D58;
}
</style>
border-color css
<style>
span { border-color: #C36D58; }
span { border-color: rgb(195,109,88); }
td.TdClassName
{
border-color: #C36D58;
}
.TagClassName
{
border-color: #C36D58;
}
</style>