Shades of Japonica #C1785F
Tints of Japonica #C1785F
RGB
CMYK
RGB Variations
Color information
#C1785F (or 0xC1785F) is known color: Japonica. HEX triplet: C1, 78 and 5F. RGB value is (193,120,95). Sum of RGB (Red+Green+Blue) = 193+120+95=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1785F is #3E87A0. Grayscale: #8B8B8B. Windows color (decimal): -4097953 or 6256833. OLE color: 6256833.
HSL color Cylindrical-coordinate representation of color #C1785F: hue angle of 15.31º 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 #C1785F is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 95 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.24 |
| HSL | 15.31º | 0.44% | 0.56% | - |
| HSV(B) | 15.31º | 0.51% | 0.76% | - |
| XYZ | 30.77 | 25.6 | 14.15 | - |
| YUV | 138.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 95 | 0 | 0.38 | 0.51 | 0.24 | 15.31 | 0.44 | 0.56 |
| Hex | C1 | 78 | 5F | 0 | 26 | 33 | 18 | F | 2C | 38 |
| Octal | 301 | 170 | 137 | 0 | 46 | 63 | 30 | 17 | 54 | 70 |
| Binary | 11000001 | 1111000 | 1011111 | 0 | 100110 | 110011 | 11000 | 1111 | 101100 | 111000 |
Color Harmonies of #C1785F
Complementary color
Monochromatic Colors of #C1785F
Black with #C1785F
Text Example
Text Example
White with #C1785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1785F; }
p { color: rgb(193,120,95); }
H1.HeaderClassName
{
color: #C1785F;
}
.AnyTagClassName
{
color: #C1785F;
}
</style>
background-color css
<style>
a { background-color: #C1785F; }
a { background-color: rgb(193,120,95); }
div.DivClassName
{
background-color: #C1785F;
}
.BgClassName
{
background-color: #C1785F;
}
</style>
border-color css
<style>
span { border-color: #C1785F; }
span { border-color: rgb(193,120,95); }
td.TdClassName
{
border-color: #C1785F;
}
.TagClassName
{
border-color: #C1785F;
}
</style>