Shades of Japonica #C87858
Tints of Japonica #C87858
RGB
CMYK
RGB Variations
Color information
#C87858 (or 0xC87858) is known color: Japonica. HEX triplet: C8, 78 and 58. RGB value is (200,120,88). Sum of RGB (Red+Green+Blue) = 200+120+88=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C87858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87858 is #3787A7. Grayscale: #8C8C8C. Windows color (decimal): -3639208 or 5798088. OLE color: 5798088.
HSL color Cylindrical-coordinate representation of color #C87858: hue angle of 17.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C87858 is Cyan = 0, Magento = 0.4, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 88 | - |
| CMYK | 0 | 0.4 | 0.56 | 0.22 |
| HSL | 17.14º | 0.5% | 0.56% | - |
| HSV(B) | 17.14º | 0.56% | 0.78% | - |
| XYZ | 32.3 | 26.42 | 12.63 | - |
| YUV | 140.27 | 98.5 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 88 | 0 | 0.4 | 0.56 | 0.22 | 17.14 | 0.5 | 0.56 |
| Hex | C8 | 78 | 58 | 0 | 28 | 38 | 16 | 11 | 32 | 38 |
| Octal | 310 | 170 | 130 | 0 | 50 | 70 | 26 | 21 | 62 | 70 |
| Binary | 11001000 | 1111000 | 1011000 | 0 | 101000 | 111000 | 10110 | 10001 | 110010 | 111000 |
Color Harmonies of #C87858
Complementary color
Monochromatic Colors of #C87858
Black with #C87858
Text Example
Text Example
White with #C87858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87858; }
p { color: rgb(200,120,88); }
H1.HeaderClassName
{
color: #C87858;
}
.AnyTagClassName
{
color: #C87858;
}
</style>
background-color css
<style>
a { background-color: #C87858; }
a { background-color: rgb(200,120,88); }
div.DivClassName
{
background-color: #C87858;
}
.BgClassName
{
background-color: #C87858;
}
</style>
border-color css
<style>
span { border-color: #C87858; }
span { border-color: rgb(200,120,88); }
td.TdClassName
{
border-color: #C87858;
}
.TagClassName
{
border-color: #C87858;
}
</style>