Shades of Japonica #C87B57
Tints of Japonica #C87B57
RGB
CMYK
RGB Variations
Color information
#C87B57 (or 0xC87B57) is known color: Japonica. HEX triplet: C8, 7B and 57. RGB value is (200,123,87). Sum of RGB (Red+Green+Blue) = 200+123+87=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B57 is #3784A8. Grayscale: #8E8E8E. Windows color (decimal): -3638441 or 5733320. OLE color: 5733320.
HSL color Cylindrical-coordinate representation of color #C87B57: hue angle of 19.12º 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 #C87B57 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 87 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.22 |
| HSL | 19.12º | 0.51% | 0.56% | - |
| HSV(B) | 19.12º | 0.57% | 0.78% | - |
| XYZ | 32.62 | 27.13 | 12.53 | - |
| YUV | 141.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 87 | 0 | 0.38 | 0.56 | 0.22 | 19.12 | 0.51 | 0.56 |
| Hex | C8 | 7B | 57 | 0 | 26 | 38 | 16 | 13 | 33 | 38 |
| Octal | 310 | 173 | 127 | 0 | 46 | 70 | 26 | 23 | 63 | 70 |
| Binary | 11001000 | 1111011 | 1010111 | 0 | 100110 | 111000 | 10110 | 10011 | 110011 | 111000 |
Color Harmonies of #C87B57
Complementary color
Monochromatic Colors of #C87B57
Black with #C87B57
Text Example
Text Example
White with #C87B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B57; }
p { color: rgb(200,123,87); }
H1.HeaderClassName
{
color: #C87B57;
}
.AnyTagClassName
{
color: #C87B57;
}
</style>
background-color css
<style>
a { background-color: #C87B57; }
a { background-color: rgb(200,123,87); }
div.DivClassName
{
background-color: #C87B57;
}
.BgClassName
{
background-color: #C87B57;
}
</style>
border-color css
<style>
span { border-color: #C87B57; }
span { border-color: rgb(200,123,87); }
td.TdClassName
{
border-color: #C87B57;
}
.TagClassName
{
border-color: #C87B57;
}
</style>