Shades of Japonica #C1785D
Tints of Japonica #C1785D
RGB
CMYK
RGB Variations
Color information
#C1785D (or 0xC1785D) is known color: Japonica. HEX triplet: C1, 78 and 5D. RGB value is (193,120,93). Sum of RGB (Red+Green+Blue) = 193+120+93=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1785D is #3E87A2. Grayscale: #8A8A8A. Windows color (decimal): -4097955 or 6125761. OLE color: 6125761.
HSL color Cylindrical-coordinate representation of color #C1785D: hue angle of 16.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1785D is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 93 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.24 |
| HSL | 16.2º | 0.45% | 0.56% | - |
| HSV(B) | 16.2º | 0.52% | 0.76% | - |
| XYZ | 30.68 | 25.56 | 13.67 | - |
| YUV | 138.75 | 102.18 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 93 | 0 | 0.38 | 0.52 | 0.24 | 16.2 | 0.45 | 0.56 |
| Hex | C1 | 78 | 5D | 0 | 26 | 34 | 18 | 10 | 2D | 38 |
| Octal | 301 | 170 | 135 | 0 | 46 | 64 | 30 | 20 | 55 | 70 |
| Binary | 11000001 | 1111000 | 1011101 | 0 | 100110 | 110100 | 11000 | 10000 | 101101 | 111000 |
Color Harmonies of #C1785D
Complementary color
Monochromatic Colors of #C1785D
Black with #C1785D
Text Example
Text Example
White with #C1785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1785D; }
p { color: rgb(193,120,93); }
H1.HeaderClassName
{
color: #C1785D;
}
.AnyTagClassName
{
color: #C1785D;
}
</style>
background-color css
<style>
a { background-color: #C1785D; }
a { background-color: rgb(193,120,93); }
div.DivClassName
{
background-color: #C1785D;
}
.BgClassName
{
background-color: #C1785D;
}
</style>
border-color css
<style>
span { border-color: #C1785D; }
span { border-color: rgb(193,120,93); }
td.TdClassName
{
border-color: #C1785D;
}
.TagClassName
{
border-color: #C1785D;
}
</style>