Shades of Japonica #C36F57
Tints of Japonica #C36F57
RGB
CMYK
RGB Variations
Color information
#C36F57 (or 0xC36F57) is known color: Japonica. HEX triplet: C3, 6F and 57. RGB value is (195,111,87). Sum of RGB (Red+Green+Blue) = 195+111+87=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F57 is #3C90A8. Grayscale: #858585. Windows color (decimal): -3969193 or 5730243. OLE color: 5730243.
HSL color Cylindrical-coordinate representation of color #C36F57: hue angle of 13.33º 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 #C36F57 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 87 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.24 |
| HSL | 13.33º | 0.47% | 0.55% | - |
| HSV(B) | 13.33º | 0.55% | 0.76% | - |
| XYZ | 29.91 | 23.66 | 12.01 | - |
| YUV | 133.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 87 | 0 | 0.43 | 0.55 | 0.24 | 13.33 | 0.47 | 0.55 |
| Hex | C3 | 6F | 57 | 0 | 2B | 37 | 18 | D | 2F | 37 |
| Octal | 303 | 157 | 127 | 0 | 53 | 67 | 30 | 15 | 57 | 67 |
| Binary | 11000011 | 1101111 | 1010111 | 0 | 101011 | 110111 | 11000 | 1101 | 101111 | 110111 |
Color Harmonies of #C36F57
Complementary color
Monochromatic Colors of #C36F57
Black with #C36F57
Text Example
Text Example
White with #C36F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F57; }
p { color: rgb(195,111,87); }
H1.HeaderClassName
{
color: #C36F57;
}
.AnyTagClassName
{
color: #C36F57;
}
</style>
background-color css
<style>
a { background-color: #C36F57; }
a { background-color: rgb(195,111,87); }
div.DivClassName
{
background-color: #C36F57;
}
.BgClassName
{
background-color: #C36F57;
}
</style>
border-color css
<style>
span { border-color: #C36F57; }
span { border-color: rgb(195,111,87); }
td.TdClassName
{
border-color: #C36F57;
}
.TagClassName
{
border-color: #C36F57;
}
</style>