Shades of Japonica #C87D55
Tints of Japonica #C87D55
RGB
CMYK
RGB Variations
Color information
#C87D55 (or 0xC87D55) is known color: Japonica. HEX triplet: C8, 7D and 55. RGB value is (200,125,85). Sum of RGB (Red+Green+Blue) = 200+125+85=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D55 is #3782AA. Grayscale: #8F8F8F. Windows color (decimal): -3637931 or 5602760. OLE color: 5602760.
HSL color Cylindrical-coordinate representation of color #C87D55: hue angle of 20.87º 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 #C87D55 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 85 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.22 |
| HSL | 20.87º | 0.51% | 0.56% | - |
| HSV(B) | 20.87º | 0.58% | 0.78% | - |
| XYZ | 32.79 | 27.6 | 12.19 | - |
| YUV | 142.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 85 | 0 | 0.38 | 0.58 | 0.22 | 20.87 | 0.51 | 0.56 |
| Hex | C8 | 7D | 55 | 0 | 26 | 3A | 16 | 15 | 33 | 38 |
| Octal | 310 | 175 | 125 | 0 | 46 | 72 | 26 | 25 | 63 | 70 |
| Binary | 11001000 | 1111101 | 1010101 | 0 | 100110 | 111010 | 10110 | 10101 | 110011 | 111000 |
Color Harmonies of #C87D55
Complementary color
Monochromatic Colors of #C87D55
Black with #C87D55
Text Example
Text Example
White with #C87D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D55; }
p { color: rgb(200,125,85); }
H1.HeaderClassName
{
color: #C87D55;
}
.AnyTagClassName
{
color: #C87D55;
}
</style>
background-color css
<style>
a { background-color: #C87D55; }
a { background-color: rgb(200,125,85); }
div.DivClassName
{
background-color: #C87D55;
}
.BgClassName
{
background-color: #C87D55;
}
</style>
border-color css
<style>
span { border-color: #C87D55; }
span { border-color: rgb(200,125,85); }
td.TdClassName
{
border-color: #C87D55;
}
.TagClassName
{
border-color: #C87D55;
}
</style>