Shades of Japonica #C36F55
Tints of Japonica #C36F55
RGB
CMYK
RGB Variations
Color information
#C36F55 (or 0xC36F55) is known color: Japonica. HEX triplet: C3, 6F and 55. RGB value is (195,111,85). Sum of RGB (Red+Green+Blue) = 195+111+85=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F55 is #3C90AA. Grayscale: #858585. Windows color (decimal): -3969195 or 5599171. OLE color: 5599171.
HSL color Cylindrical-coordinate representation of color #C36F55: hue angle of 14.18º 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 #C36F55 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 85 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.24 |
| HSL | 14.18º | 0.48% | 0.55% | - |
| HSV(B) | 14.18º | 0.56% | 0.76% | - |
| XYZ | 29.83 | 23.63 | 11.58 | - |
| YUV | 133.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 85 | 0 | 0.43 | 0.56 | 0.24 | 14.18 | 0.48 | 0.55 |
| Hex | C3 | 6F | 55 | 0 | 2B | 38 | 18 | E | 30 | 37 |
| Octal | 303 | 157 | 125 | 0 | 53 | 70 | 30 | 16 | 60 | 67 |
| Binary | 11000011 | 1101111 | 1010101 | 0 | 101011 | 111000 | 11000 | 1110 | 110000 | 110111 |
Color Harmonies of #C36F55
Complementary color
Monochromatic Colors of #C36F55
Black with #C36F55
Text Example
Text Example
White with #C36F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F55; }
p { color: rgb(195,111,85); }
H1.HeaderClassName
{
color: #C36F55;
}
.AnyTagClassName
{
color: #C36F55;
}
</style>
background-color css
<style>
a { background-color: #C36F55; }
a { background-color: rgb(195,111,85); }
div.DivClassName
{
background-color: #C36F55;
}
.BgClassName
{
background-color: #C36F55;
}
</style>
border-color css
<style>
span { border-color: #C36F55; }
span { border-color: rgb(195,111,85); }
td.TdClassName
{
border-color: #C36F55;
}
.TagClassName
{
border-color: #C36F55;
}
</style>