Shades of Japonica #C87458
Tints of Japonica #C87458
RGB
CMYK
RGB Variations
Color information
#C87458 (or 0xC87458) is known color: Japonica. HEX triplet: C8, 74 and 58. RGB value is (200,116,88). Sum of RGB (Red+Green+Blue) = 200+116+88=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87458 is #378BA7. Grayscale: #8A8A8A. Windows color (decimal): -3640232 or 5797064. OLE color: 5797064.
HSL color Cylindrical-coordinate representation of color #C87458: hue angle of 15º 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 #C87458 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 88 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.22 |
| HSL | 15º | 0.5% | 0.56% | - |
| HSV(B) | 15º | 0.56% | 0.78% | - |
| XYZ | 31.83 | 25.47 | 12.47 | - |
| YUV | 137.92 | 99.83 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 88 | 0 | 0.42 | 0.56 | 0.22 | 15 | 0.5 | 0.56 |
| Hex | C8 | 74 | 58 | 0 | 2A | 38 | 16 | F | 32 | 38 |
| Octal | 310 | 164 | 130 | 0 | 52 | 70 | 26 | 17 | 62 | 70 |
| Binary | 11001000 | 1110100 | 1011000 | 0 | 101010 | 111000 | 10110 | 1111 | 110010 | 111000 |
Color Harmonies of #C87458
Complementary color
Monochromatic Colors of #C87458
Black with #C87458
Text Example
Text Example
White with #C87458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87458; }
p { color: rgb(200,116,88); }
H1.HeaderClassName
{
color: #C87458;
}
.AnyTagClassName
{
color: #C87458;
}
</style>
background-color css
<style>
a { background-color: #C87458; }
a { background-color: rgb(200,116,88); }
div.DivClassName
{
background-color: #C87458;
}
.BgClassName
{
background-color: #C87458;
}
</style>
border-color css
<style>
span { border-color: #C87458; }
span { border-color: rgb(200,116,88); }
td.TdClassName
{
border-color: #C87458;
}
.TagClassName
{
border-color: #C87458;
}
</style>