Shades of Japonica #C1785E
Tints of Japonica #C1785E
RGB
CMYK
RGB Variations
Color information
#C1785E (or 0xC1785E) is known color: Japonica. HEX triplet: C1, 78 and 5E. RGB value is (193,120,94). Sum of RGB (Red+Green+Blue) = 193+120+94=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1785E is #3E87A1. Grayscale: #8B8B8B. Windows color (decimal): -4097954 or 6191297. OLE color: 6191297.
HSL color Cylindrical-coordinate representation of color #C1785E: hue angle of 15.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1785E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 94 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.24 |
| HSL | 15.76º | 0.44% | 0.56% | - |
| HSV(B) | 15.76º | 0.51% | 0.76% | - |
| XYZ | 30.73 | 25.58 | 13.91 | - |
| YUV | 138.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 94 | 0 | 0.38 | 0.51 | 0.24 | 15.76 | 0.44 | 0.56 |
| Hex | C1 | 78 | 5E | 0 | 26 | 33 | 18 | 10 | 2C | 38 |
| Octal | 301 | 170 | 136 | 0 | 46 | 63 | 30 | 20 | 54 | 70 |
| Binary | 11000001 | 1111000 | 1011110 | 0 | 100110 | 110011 | 11000 | 10000 | 101100 | 111000 |
Color Harmonies of #C1785E
Complementary color
Monochromatic Colors of #C1785E
Black with #C1785E
Text Example
Text Example
White with #C1785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1785E; }
p { color: rgb(193,120,94); }
H1.HeaderClassName
{
color: #C1785E;
}
.AnyTagClassName
{
color: #C1785E;
}
</style>
background-color css
<style>
a { background-color: #C1785E; }
a { background-color: rgb(193,120,94); }
div.DivClassName
{
background-color: #C1785E;
}
.BgClassName
{
background-color: #C1785E;
}
</style>
border-color css
<style>
span { border-color: #C1785E; }
span { border-color: rgb(193,120,94); }
td.TdClassName
{
border-color: #C1785E;
}
.TagClassName
{
border-color: #C1785E;
}
</style>