Shades of Japonica #C17156
Tints of Japonica #C17156
RGB
CMYK
RGB Variations
Color information
#C17156 (or 0xC17156) is known color: Japonica. HEX triplet: C1, 71 and 56. RGB value is (193,113,86). Sum of RGB (Red+Green+Blue) = 193+113+86=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17156 is #3E8EA9. Grayscale: #868686. Windows color (decimal): -4099754 or 5665217. OLE color: 5665217.
HSL color Cylindrical-coordinate representation of color #C17156: hue angle of 15.14º degrees, saturation: 0.46, 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 #C17156 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 113 | 86 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.24 |
| HSL | 15.14º | 0.46% | 0.55% | - |
| HSV(B) | 15.14º | 0.55% | 0.76% | - |
| XYZ | 29.58 | 23.82 | 11.84 | - |
| YUV | 133.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 86 | 0 | 0.41 | 0.55 | 0.24 | 15.14 | 0.46 | 0.55 |
| Hex | C1 | 71 | 56 | 0 | 29 | 37 | 18 | F | 2E | 37 |
| Octal | 301 | 161 | 126 | 0 | 51 | 67 | 30 | 17 | 56 | 67 |
| Binary | 11000001 | 1110001 | 1010110 | 0 | 101001 | 110111 | 11000 | 1111 | 101110 | 110111 |
Color Harmonies of #C17156
Complementary color
Monochromatic Colors of #C17156
Black with #C17156
Text Example
Text Example
White with #C17156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17156; }
p { color: rgb(193,113,86); }
H1.HeaderClassName
{
color: #C17156;
}
.AnyTagClassName
{
color: #C17156;
}
</style>
background-color css
<style>
a { background-color: #C17156; }
a { background-color: rgb(193,113,86); }
div.DivClassName
{
background-color: #C17156;
}
.BgClassName
{
background-color: #C17156;
}
</style>
border-color css
<style>
span { border-color: #C17156; }
span { border-color: rgb(193,113,86); }
td.TdClassName
{
border-color: #C17156;
}
.TagClassName
{
border-color: #C17156;
}
</style>