Shades of Japonica #C87956
Tints of Japonica #C87956
RGB
CMYK
RGB Variations
Color information
#C87956 (or 0xC87956) is known color: Japonica. HEX triplet: C8, 79 and 56. RGB value is (200,121,86). Sum of RGB (Red+Green+Blue) = 200+121+86=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C87956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87956 is #3786A9. Grayscale: #8C8C8C. Windows color (decimal): -3638954 or 5667272. OLE color: 5667272.
HSL color Cylindrical-coordinate representation of color #C87956: hue angle of 18.42º 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 #C87956 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 86 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.22 |
| HSL | 18.42º | 0.51% | 0.56% | - |
| HSV(B) | 18.42º | 0.57% | 0.78% | - |
| XYZ | 32.34 | 26.63 | 12.24 | - |
| YUV | 140.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 86 | 0 | 0.39 | 0.57 | 0.22 | 18.42 | 0.51 | 0.56 |
| Hex | C8 | 79 | 56 | 0 | 27 | 39 | 16 | 12 | 33 | 38 |
| Octal | 310 | 171 | 126 | 0 | 47 | 71 | 26 | 22 | 63 | 70 |
| Binary | 11001000 | 1111001 | 1010110 | 0 | 100111 | 111001 | 10110 | 10010 | 110011 | 111000 |
Color Harmonies of #C87956
Complementary color
Monochromatic Colors of #C87956
Black with #C87956
Text Example
Text Example
White with #C87956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87956; }
p { color: rgb(200,121,86); }
H1.HeaderClassName
{
color: #C87956;
}
.AnyTagClassName
{
color: #C87956;
}
</style>
background-color css
<style>
a { background-color: #C87956; }
a { background-color: rgb(200,121,86); }
div.DivClassName
{
background-color: #C87956;
}
.BgClassName
{
background-color: #C87956;
}
</style>
border-color css
<style>
span { border-color: #C87956; }
span { border-color: rgb(200,121,86); }
td.TdClassName
{
border-color: #C87956;
}
.TagClassName
{
border-color: #C87956;
}
</style>