Shades of Japonica #C0785B
Tints of Japonica #C0785B
RGB
CMYK
RGB Variations
Color information
#C0785B (or 0xC0785B) is known color: Japonica. HEX triplet: C0, 78 and 5B. RGB value is (192,120,91). Sum of RGB (Red+Green+Blue) = 192+120+91=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0785B is #3F87A4. Grayscale: #8A8A8A. Windows color (decimal): -4163493 or 5994688. OLE color: 5994688.
HSL color Cylindrical-coordinate representation of color #C0785B: hue angle of 17.23º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0785B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 91 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.25 |
| HSL | 17.23º | 0.44% | 0.55% | - |
| HSV(B) | 17.23º | 0.53% | 0.75% | - |
| XYZ | 30.34 | 25.39 | 13.2 | - |
| YUV | 138.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 91 | 0 | 0.38 | 0.53 | 0.25 | 17.23 | 0.44 | 0.55 |
| Hex | C0 | 78 | 5B | 0 | 26 | 35 | 19 | 11 | 2C | 37 |
| Octal | 300 | 170 | 133 | 0 | 46 | 65 | 31 | 21 | 54 | 67 |
| Binary | 11000000 | 1111000 | 1011011 | 0 | 100110 | 110101 | 11001 | 10001 | 101100 | 110111 |
Color Harmonies of #C0785B
Complementary color
Monochromatic Colors of #C0785B
Black with #C0785B
Text Example
Text Example
White with #C0785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0785B; }
p { color: rgb(192,120,91); }
H1.HeaderClassName
{
color: #C0785B;
}
.AnyTagClassName
{
color: #C0785B;
}
</style>
background-color css
<style>
a { background-color: #C0785B; }
a { background-color: rgb(192,120,91); }
div.DivClassName
{
background-color: #C0785B;
}
.BgClassName
{
background-color: #C0785B;
}
</style>
border-color css
<style>
span { border-color: #C0785B; }
span { border-color: rgb(192,120,91); }
td.TdClassName
{
border-color: #C0785B;
}
.TagClassName
{
border-color: #C0785B;
}
</style>