Shades of Japonica #C8785D
Tints of Japonica #C8785D
RGB
CMYK
RGB Variations
Color information
#C8785D (or 0xC8785D) is known color: Japonica. HEX triplet: C8, 78 and 5D. RGB value is (200,120,93). Sum of RGB (Red+Green+Blue) = 200+120+93=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8785D is #3787A2. Grayscale: #8D8D8D. Windows color (decimal): -3639203 or 6125768. OLE color: 6125768.
HSL color Cylindrical-coordinate representation of color #C8785D: hue angle of 15.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8785D is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 93 | - |
| CMYK | 0 | 0.4 | 0.54 | 0.22 |
| HSL | 15.14º | 0.49% | 0.57% | - |
| HSV(B) | 15.14º | 0.54% | 0.78% | - |
| XYZ | 32.51 | 26.5 | 13.76 | - |
| YUV | 140.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 93 | 0 | 0.4 | 0.54 | 0.22 | 15.14 | 0.49 | 0.57 |
| Hex | C8 | 78 | 5D | 0 | 28 | 36 | 16 | F | 31 | 39 |
| Octal | 310 | 170 | 135 | 0 | 50 | 66 | 26 | 17 | 61 | 71 |
| Binary | 11001000 | 1111000 | 1011101 | 0 | 101000 | 110110 | 10110 | 1111 | 110001 | 111001 |
Color Harmonies of #C8785D
Complementary color
Monochromatic Colors of #C8785D
Black with #C8785D
Text Example
Text Example
White with #C8785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8785D; }
p { color: rgb(200,120,93); }
H1.HeaderClassName
{
color: #C8785D;
}
.AnyTagClassName
{
color: #C8785D;
}
</style>
background-color css
<style>
a { background-color: #C8785D; }
a { background-color: rgb(200,120,93); }
div.DivClassName
{
background-color: #C8785D;
}
.BgClassName
{
background-color: #C8785D;
}
</style>
border-color css
<style>
span { border-color: #C8785D; }
span { border-color: rgb(200,120,93); }
td.TdClassName
{
border-color: #C8785D;
}
.TagClassName
{
border-color: #C8785D;
}
</style>