Shades of Japonica #C37356
Tints of Japonica #C37356
RGB
CMYK
RGB Variations
Color information
#C37356 (or 0xC37356) is known color: Japonica. HEX triplet: C3, 73 and 56. RGB value is (195,115,86). Sum of RGB (Red+Green+Blue) = 195+115+86=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C37356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37356 is #3C8CA9. Grayscale: #878787. Windows color (decimal): -3968170 or 5665731. OLE color: 5665731.
HSL color Cylindrical-coordinate representation of color #C37356: hue angle of 15.96º 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 #C37356 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 86 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.24 |
| HSL | 15.96º | 0.48% | 0.55% | - |
| HSV(B) | 15.96º | 0.56% | 0.76% | - |
| XYZ | 30.32 | 24.54 | 11.94 | - |
| YUV | 135.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 86 | 0 | 0.41 | 0.56 | 0.24 | 15.96 | 0.48 | 0.55 |
| Hex | C3 | 73 | 56 | 0 | 29 | 38 | 18 | 10 | 30 | 37 |
| Octal | 303 | 163 | 126 | 0 | 51 | 70 | 30 | 20 | 60 | 67 |
| Binary | 11000011 | 1110011 | 1010110 | 0 | 101001 | 111000 | 11000 | 10000 | 110000 | 110111 |
Color Harmonies of #C37356
Complementary color
Monochromatic Colors of #C37356
Black with #C37356
Text Example
Text Example
White with #C37356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37356; }
p { color: rgb(195,115,86); }
H1.HeaderClassName
{
color: #C37356;
}
.AnyTagClassName
{
color: #C37356;
}
</style>
background-color css
<style>
a { background-color: #C37356; }
a { background-color: rgb(195,115,86); }
div.DivClassName
{
background-color: #C37356;
}
.BgClassName
{
background-color: #C37356;
}
</style>
border-color css
<style>
span { border-color: #C37356; }
span { border-color: rgb(195,115,86); }
td.TdClassName
{
border-color: #C37356;
}
.TagClassName
{
border-color: #C37356;
}
</style>