Shades of Japonica #C87557
Tints of Japonica #C87557
RGB
CMYK
RGB Variations
Color information
#C87557 (or 0xC87557) is known color: Japonica. HEX triplet: C8, 75 and 57. RGB value is (200,117,87). Sum of RGB (Red+Green+Blue) = 200+117+87=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C87557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87557 is #378AA8. Grayscale: #8A8A8A. Windows color (decimal): -3639977 or 5731784. OLE color: 5731784.
HSL color Cylindrical-coordinate representation of color #C87557: hue angle of 15.93º degrees, saturation: 0.51, 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 #C87557 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 87 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.22 |
| HSL | 15.93º | 0.51% | 0.56% | - |
| HSV(B) | 15.93º | 0.57% | 0.78% | - |
| XYZ | 31.9 | 25.69 | 12.29 | - |
| YUV | 138.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 87 | 0 | 0.42 | 0.56 | 0.22 | 15.93 | 0.51 | 0.56 |
| Hex | C8 | 75 | 57 | 0 | 2A | 38 | 16 | 10 | 33 | 38 |
| Octal | 310 | 165 | 127 | 0 | 52 | 70 | 26 | 20 | 63 | 70 |
| Binary | 11001000 | 1110101 | 1010111 | 0 | 101010 | 111000 | 10110 | 10000 | 110011 | 111000 |
Color Harmonies of #C87557
Complementary color
Monochromatic Colors of #C87557
Black with #C87557
Text Example
Text Example
White with #C87557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87557; }
p { color: rgb(200,117,87); }
H1.HeaderClassName
{
color: #C87557;
}
.AnyTagClassName
{
color: #C87557;
}
</style>
background-color css
<style>
a { background-color: #C87557; }
a { background-color: rgb(200,117,87); }
div.DivClassName
{
background-color: #C87557;
}
.BgClassName
{
background-color: #C87557;
}
</style>
border-color css
<style>
span { border-color: #C87557; }
span { border-color: rgb(200,117,87); }
td.TdClassName
{
border-color: #C87557;
}
.TagClassName
{
border-color: #C87557;
}
</style>