Shades of Japonica #C8785E
Tints of Japonica #C8785E
RGB
CMYK
RGB Variations
Color information
#C8785E (or 0xC8785E) is known color: Japonica. HEX triplet: C8, 78 and 5E. RGB value is (200,120,94). Sum of RGB (Red+Green+Blue) = 200+120+94=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8785E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8785E is #3787A1. Grayscale: #8D8D8D. Windows color (decimal): -3639202 or 6191304. OLE color: 6191304.
HSL color Cylindrical-coordinate representation of color #C8785E: hue angle of 14.72º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8785E is Cyan = 0, Magento = 0.4, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 94 | - |
| CMYK | 0 | 0.4 | 0.53 | 0.22 |
| HSL | 14.72º | 0.49% | 0.58% | - |
| HSV(B) | 14.72º | 0.53% | 0.78% | - |
| XYZ | 32.56 | 26.52 | 13.99 | - |
| YUV | 140.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 94 | 0 | 0.4 | 0.53 | 0.22 | 14.72 | 0.49 | 0.58 |
| Hex | C8 | 78 | 5E | 0 | 28 | 35 | 16 | F | 31 | 3A |
| Octal | 310 | 170 | 136 | 0 | 50 | 65 | 26 | 17 | 61 | 72 |
| Binary | 11001000 | 1111000 | 1011110 | 0 | 101000 | 110101 | 10110 | 1111 | 110001 | 111010 |
Color Harmonies of #C8785E
Complementary color
Monochromatic Colors of #C8785E
Black with #C8785E
Text Example
Text Example
White with #C8785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8785E; }
p { color: rgb(200,120,94); }
H1.HeaderClassName
{
color: #C8785E;
}
.AnyTagClassName
{
color: #C8785E;
}
</style>
background-color css
<style>
a { background-color: #C8785E; }
a { background-color: rgb(200,120,94); }
div.DivClassName
{
background-color: #C8785E;
}
.BgClassName
{
background-color: #C8785E;
}
</style>
border-color css
<style>
span { border-color: #C8785E; }
span { border-color: rgb(200,120,94); }
td.TdClassName
{
border-color: #C8785E;
}
.TagClassName
{
border-color: #C8785E;
}
</style>