Shades of Japonica #C87C54
Tints of Japonica #C87C54
RGB
CMYK
RGB Variations
Color information
#C87C54 (or 0xC87C54) is known color: Japonica. HEX triplet: C8, 7C and 54. RGB value is (200,124,84). Sum of RGB (Red+Green+Blue) = 200+124+84=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C54 is #3783AB. Grayscale: #8E8E8E. Windows color (decimal): -3638188 or 5536968. OLE color: 5536968.
HSL color Cylindrical-coordinate representation of color #C87C54: hue angle of 20.69º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C87C54 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 84 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.22 |
| HSL | 20.69º | 0.51% | 0.56% | - |
| HSV(B) | 20.69º | 0.58% | 0.78% | - |
| XYZ | 32.63 | 27.33 | 11.94 | - |
| YUV | 142.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 84 | 0 | 0.38 | 0.58 | 0.22 | 20.69 | 0.51 | 0.56 |
| Hex | C8 | 7C | 54 | 0 | 26 | 3A | 16 | 15 | 33 | 38 |
| Octal | 310 | 174 | 124 | 0 | 46 | 72 | 26 | 25 | 63 | 70 |
| Binary | 11001000 | 1111100 | 1010100 | 0 | 100110 | 111010 | 10110 | 10101 | 110011 | 111000 |
Color Harmonies of #C87C54
Complementary color
Monochromatic Colors of #C87C54
Black with #C87C54
Text Example
Text Example
White with #C87C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C54; }
p { color: rgb(200,124,84); }
H1.HeaderClassName
{
color: #C87C54;
}
.AnyTagClassName
{
color: #C87C54;
}
</style>
background-color css
<style>
a { background-color: #C87C54; }
a { background-color: rgb(200,124,84); }
div.DivClassName
{
background-color: #C87C54;
}
.BgClassName
{
background-color: #C87C54;
}
</style>
border-color css
<style>
span { border-color: #C87C54; }
span { border-color: rgb(200,124,84); }
td.TdClassName
{
border-color: #C87C54;
}
.TagClassName
{
border-color: #C87C54;
}
</style>