Shades of Japonica #C87A55
Tints of Japonica #C87A55
RGB
CMYK
RGB Variations
Color information
#C87A55 (or 0xC87A55) is known color: Japonica. HEX triplet: C8, 7A and 55. RGB value is (200,122,85). Sum of RGB (Red+Green+Blue) = 200+122+85=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 85 (33.59% from 255 or 20.88% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A55 is #3785AA. Grayscale: #8D8D8D. Windows color (decimal): -3638699 or 5601992. OLE color: 5601992.
HSL color Cylindrical-coordinate representation of color #C87A55: hue angle of 19.3º 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 #C87A55 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 85 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.22 |
| HSL | 19.3º | 0.51% | 0.56% | - |
| HSV(B) | 19.3º | 0.58% | 0.78% | - |
| XYZ | 32.42 | 26.85 | 12.07 | - |
| YUV | 141.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 85 | 0 | 0.39 | 0.58 | 0.22 | 19.3 | 0.51 | 0.56 |
| Hex | C8 | 7A | 55 | 0 | 27 | 3A | 16 | 13 | 33 | 38 |
| Octal | 310 | 172 | 125 | 0 | 47 | 72 | 26 | 23 | 63 | 70 |
| Binary | 11001000 | 1111010 | 1010101 | 0 | 100111 | 111010 | 10110 | 10011 | 110011 | 111000 |
Color Harmonies of #C87A55
Complementary color
Monochromatic Colors of #C87A55
Black with #C87A55
Text Example
Text Example
White with #C87A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A55; }
p { color: rgb(200,122,85); }
H1.HeaderClassName
{
color: #C87A55;
}
.AnyTagClassName
{
color: #C87A55;
}
</style>
background-color css
<style>
a { background-color: #C87A55; }
a { background-color: rgb(200,122,85); }
div.DivClassName
{
background-color: #C87A55;
}
.BgClassName
{
background-color: #C87A55;
}
</style>
border-color css
<style>
span { border-color: #C87A55; }
span { border-color: rgb(200,122,85); }
td.TdClassName
{
border-color: #C87A55;
}
.TagClassName
{
border-color: #C87A55;
}
</style>