Shades of Japonica #C37556
Tints of Japonica #C37556
RGB
CMYK
RGB Variations
Color information
#C37556 (or 0xC37556) is known color: Japonica. HEX triplet: C3, 75 and 56. RGB value is (195,117,86). Sum of RGB (Red+Green+Blue) = 195+117+86=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C37556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37556 is #3C8AA9. Grayscale: #888888. Windows color (decimal): -3967658 or 5666243. OLE color: 5666243.
HSL color Cylindrical-coordinate representation of color #C37556: hue angle of 17.06º 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 #C37556 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 86 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.24 |
| HSL | 17.06º | 0.48% | 0.55% | - |
| HSV(B) | 17.06º | 0.56% | 0.76% | - |
| XYZ | 30.55 | 25 | 12.02 | - |
| YUV | 136.79 | 99.34 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 86 | 0 | 0.4 | 0.56 | 0.24 | 17.06 | 0.48 | 0.55 |
| Hex | C3 | 75 | 56 | 0 | 28 | 38 | 18 | 11 | 30 | 37 |
| Octal | 303 | 165 | 126 | 0 | 50 | 70 | 30 | 21 | 60 | 67 |
| Binary | 11000011 | 1110101 | 1010110 | 0 | 101000 | 111000 | 11000 | 10001 | 110000 | 110111 |
Color Harmonies of #C37556
Complementary color
Monochromatic Colors of #C37556
Black with #C37556
Text Example
Text Example
White with #C37556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37556; }
p { color: rgb(195,117,86); }
H1.HeaderClassName
{
color: #C37556;
}
.AnyTagClassName
{
color: #C37556;
}
</style>
background-color css
<style>
a { background-color: #C37556; }
a { background-color: rgb(195,117,86); }
div.DivClassName
{
background-color: #C37556;
}
.BgClassName
{
background-color: #C37556;
}
</style>
border-color css
<style>
span { border-color: #C37556; }
span { border-color: rgb(195,117,86); }
td.TdClassName
{
border-color: #C37556;
}
.TagClassName
{
border-color: #C37556;
}
</style>