Shades of Japonica #C17856
Tints of Japonica #C17856
RGB
CMYK
RGB Variations
Color information
#C17856 (or 0xC17856) is known color: Japonica. HEX triplet: C1, 78 and 56. RGB value is (193,120,86). Sum of RGB (Red+Green+Blue) = 193+120+86=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17856 is #3E87A9. Grayscale: #8A8A8A. Windows color (decimal): -4097962 or 5667009. OLE color: 5667009.
HSL color Cylindrical-coordinate representation of color #C17856: hue angle of 19.07º 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 #C17856 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 86 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.24 |
| HSL | 19.07º | 0.46% | 0.55% | - |
| HSV(B) | 19.07º | 0.55% | 0.76% | - |
| XYZ | 30.39 | 25.44 | 12.11 | - |
| YUV | 137.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 86 | 0 | 0.38 | 0.55 | 0.24 | 19.07 | 0.46 | 0.55 |
| Hex | C1 | 78 | 56 | 0 | 26 | 37 | 18 | 13 | 2E | 37 |
| Octal | 301 | 170 | 126 | 0 | 46 | 67 | 30 | 23 | 56 | 67 |
| Binary | 11000001 | 1111000 | 1010110 | 0 | 100110 | 110111 | 11000 | 10011 | 101110 | 110111 |
Color Harmonies of #C17856
Complementary color
Monochromatic Colors of #C17856
Black with #C17856
Text Example
Text Example
White with #C17856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17856; }
p { color: rgb(193,120,86); }
H1.HeaderClassName
{
color: #C17856;
}
.AnyTagClassName
{
color: #C17856;
}
</style>
background-color css
<style>
a { background-color: #C17856; }
a { background-color: rgb(193,120,86); }
div.DivClassName
{
background-color: #C17856;
}
.BgClassName
{
background-color: #C17856;
}
</style>
border-color css
<style>
span { border-color: #C17856; }
span { border-color: rgb(193,120,86); }
td.TdClassName
{
border-color: #C17856;
}
.TagClassName
{
border-color: #C17856;
}
</style>