Shades of Japonica #C8785B
Tints of Japonica #C8785B
RGB
CMYK
RGB Variations
Color information
#C8785B (or 0xC8785B) is known color: Japonica. HEX triplet: C8, 78 and 5B. RGB value is (200,120,91). Sum of RGB (Red+Green+Blue) = 200+120+91=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 120 (47.27% from 255 or 29.20% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8785B is #3787A4. Grayscale: #8C8C8C. Windows color (decimal): -3639205 or 5994696. OLE color: 5994696.
HSL color Cylindrical-coordinate representation of color #C8785B: hue angle of 15.96º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8785B is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 91 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.22 |
| HSL | 15.96º | 0.5% | 0.57% | - |
| HSV(B) | 15.96º | 0.55% | 0.78% | - |
| XYZ | 32.42 | 26.47 | 13.3 | - |
| YUV | 140.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 91 | 0 | 0.4 | 0.54 | 0.22 | 15.96 | 0.5 | 0.57 |
| Hex | C8 | 78 | 5B | 0 | 28 | 36 | 16 | 10 | 32 | 39 |
| Octal | 310 | 170 | 133 | 0 | 50 | 66 | 26 | 20 | 62 | 71 |
| Binary | 11001000 | 1111000 | 1011011 | 0 | 101000 | 110110 | 10110 | 10000 | 110010 | 111001 |
Color Harmonies of #C8785B
Complementary color
Monochromatic Colors of #C8785B
Black with #C8785B
Text Example
Text Example
White with #C8785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8785B; }
p { color: rgb(200,120,91); }
H1.HeaderClassName
{
color: #C8785B;
}
.AnyTagClassName
{
color: #C8785B;
}
</style>
background-color css
<style>
a { background-color: #C8785B; }
a { background-color: rgb(200,120,91); }
div.DivClassName
{
background-color: #C8785B;
}
.BgClassName
{
background-color: #C8785B;
}
</style>
border-color css
<style>
span { border-color: #C8785B; }
span { border-color: rgb(200,120,91); }
td.TdClassName
{
border-color: #C8785B;
}
.TagClassName
{
border-color: #C8785B;
}
</style>