Shades of Japonica #C87C55
Tints of Japonica #C87C55
RGB
CMYK
RGB Variations
Color information
#C87C55 (or 0xC87C55) is known color: Japonica. HEX triplet: C8, 7C and 55. RGB value is (200,124,85). Sum of RGB (Red+Green+Blue) = 200+124+85=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C55 is #3783AA. Grayscale: #8E8E8E. Windows color (decimal): -3638187 or 5602504. OLE color: 5602504.
HSL color Cylindrical-coordinate representation of color #C87C55: hue angle of 20.35º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C87C55 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 85 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.22 |
| HSL | 20.35º | 0.51% | 0.56% | - |
| HSV(B) | 20.35º | 0.58% | 0.78% | - |
| XYZ | 32.67 | 27.35 | 12.15 | - |
| YUV | 142.28 | 95.68 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 85 | 0 | 0.38 | 0.58 | 0.22 | 20.35 | 0.51 | 0.56 |
| Hex | C8 | 7C | 55 | 0 | 26 | 3A | 16 | 14 | 33 | 38 |
| Octal | 310 | 174 | 125 | 0 | 46 | 72 | 26 | 24 | 63 | 70 |
| Binary | 11001000 | 1111100 | 1010101 | 0 | 100110 | 111010 | 10110 | 10100 | 110011 | 111000 |
Color Harmonies of #C87C55
Complementary color
Monochromatic Colors of #C87C55
Black with #C87C55
Text Example
Text Example
White with #C87C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C55; }
p { color: rgb(200,124,85); }
H1.HeaderClassName
{
color: #C87C55;
}
.AnyTagClassName
{
color: #C87C55;
}
</style>
background-color css
<style>
a { background-color: #C87C55; }
a { background-color: rgb(200,124,85); }
div.DivClassName
{
background-color: #C87C55;
}
.BgClassName
{
background-color: #C87C55;
}
</style>
border-color css
<style>
span { border-color: #C87C55; }
span { border-color: rgb(200,124,85); }
td.TdClassName
{
border-color: #C87C55;
}
.TagClassName
{
border-color: #C87C55;
}
</style>