Shades of Japonica #C87963
Tints of Japonica #C87963
RGB
CMYK
RGB Variations
Color information
#C87963 (or 0xC87963) is known color: Japonica. HEX triplet: C8, 79 and 63. RGB value is (200,121,99). Sum of RGB (Red+Green+Blue) = 200+121+99=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C87963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87963 is #37869C. Grayscale: #8E8E8E. Windows color (decimal): -3638941 or 6519240. OLE color: 6519240.
HSL color Cylindrical-coordinate representation of color #C87963: hue angle of 13.07º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87963 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 99 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.22 |
| HSL | 13.07º | 0.48% | 0.59% | - |
| HSV(B) | 13.07º | 0.51% | 0.78% | - |
| XYZ | 32.91 | 26.85 | 15.25 | - |
| YUV | 142.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 99 | 0 | 0.39 | 0.50 | 0.22 | 13.07 | 0.48 | 0.59 |
| Hex | C8 | 79 | 63 | 0 | 27 | 32 | 16 | D | 30 | 3B |
| Octal | 310 | 171 | 143 | 0 | 47 | 62 | 26 | 15 | 60 | 73 |
| Binary | 11001000 | 1111001 | 1100011 | 0 | 100111 | 110010 | 10110 | 1101 | 110000 | 111011 |
Color Harmonies of #C87963
Complementary color
Monochromatic Colors of #C87963
Black with #C87963
Text Example
Text Example
White with #C87963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87963; }
p { color: rgb(200,121,99); }
H1.HeaderClassName
{
color: #C87963;
}
.AnyTagClassName
{
color: #C87963;
}
</style>
background-color css
<style>
a { background-color: #C87963; }
a { background-color: rgb(200,121,99); }
div.DivClassName
{
background-color: #C87963;
}
.BgClassName
{
background-color: #C87963;
}
</style>
border-color css
<style>
span { border-color: #C87963; }
span { border-color: rgb(200,121,99); }
td.TdClassName
{
border-color: #C87963;
}
.TagClassName
{
border-color: #C87963;
}
</style>