Shades of Japonica #C87256
Tints of Japonica #C87256
RGB
CMYK
RGB Variations
Color information
#C87256 (or 0xC87256) is known color: Japonica. HEX triplet: C8, 72 and 56. RGB value is (200,114,86). Sum of RGB (Red+Green+Blue) = 200+114+86=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C87256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87256 is #378DA9. Grayscale: #888888. Windows color (decimal): -3640746 or 5665480. OLE color: 5665480.
HSL color Cylindrical-coordinate representation of color #C87256: hue angle of 14.74º 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 #C87256 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 86 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.22 |
| HSL | 14.74º | 0.51% | 0.56% | - |
| HSV(B) | 14.74º | 0.57% | 0.78% | - |
| XYZ | 31.52 | 24.99 | 11.97 | - |
| YUV | 136.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 86 | 0 | 0.43 | 0.57 | 0.22 | 14.74 | 0.51 | 0.56 |
| Hex | C8 | 72 | 56 | 0 | 2B | 39 | 16 | F | 33 | 38 |
| Octal | 310 | 162 | 126 | 0 | 53 | 71 | 26 | 17 | 63 | 70 |
| Binary | 11001000 | 1110010 | 1010110 | 0 | 101011 | 111001 | 10110 | 1111 | 110011 | 111000 |
Color Harmonies of #C87256
Complementary color
Monochromatic Colors of #C87256
Black with #C87256
Text Example
Text Example
White with #C87256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87256; }
p { color: rgb(200,114,86); }
H1.HeaderClassName
{
color: #C87256;
}
.AnyTagClassName
{
color: #C87256;
}
</style>
background-color css
<style>
a { background-color: #C87256; }
a { background-color: rgb(200,114,86); }
div.DivClassName
{
background-color: #C87256;
}
.BgClassName
{
background-color: #C87256;
}
</style>
border-color css
<style>
span { border-color: #C87256; }
span { border-color: rgb(200,114,86); }
td.TdClassName
{
border-color: #C87256;
}
.TagClassName
{
border-color: #C87256;
}
</style>