Shades of Japonica #C87B59
Tints of Japonica #C87B59
RGB
CMYK
RGB Variations
Color information
#C87B59 (or 0xC87B59) is known color: Japonica. HEX triplet: C8, 7B and 59. RGB value is (200,123,89). Sum of RGB (Red+Green+Blue) = 200+123+89=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B59 is #3784A6. Grayscale: #8E8E8E. Windows color (decimal): -3638439 or 5864392. OLE color: 5864392.
HSL color Cylindrical-coordinate representation of color #C87B59: hue angle of 18.38º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C87B59 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 89 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.22 |
| HSL | 18.38º | 0.5% | 0.57% | - |
| HSV(B) | 18.38º | 0.56% | 0.78% | - |
| XYZ | 32.71 | 27.17 | 12.97 | - |
| YUV | 142.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 89 | 0 | 0.38 | 0.56 | 0.22 | 18.38 | 0.5 | 0.57 |
| Hex | C8 | 7B | 59 | 0 | 26 | 38 | 16 | 12 | 32 | 39 |
| Octal | 310 | 173 | 131 | 0 | 46 | 70 | 26 | 22 | 62 | 71 |
| Binary | 11001000 | 1111011 | 1011001 | 0 | 100110 | 111000 | 10110 | 10010 | 110010 | 111001 |
Color Harmonies of #C87B59
Complementary color
Monochromatic Colors of #C87B59
Black with #C87B59
Text Example
Text Example
White with #C87B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B59; }
p { color: rgb(200,123,89); }
H1.HeaderClassName
{
color: #C87B59;
}
.AnyTagClassName
{
color: #C87B59;
}
</style>
background-color css
<style>
a { background-color: #C87B59; }
a { background-color: rgb(200,123,89); }
div.DivClassName
{
background-color: #C87B59;
}
.BgClassName
{
background-color: #C87B59;
}
</style>
border-color css
<style>
span { border-color: #C87B59; }
span { border-color: rgb(200,123,89); }
td.TdClassName
{
border-color: #C87B59;
}
.TagClassName
{
border-color: #C87B59;
}
</style>