Shades of Japonica #C87155
Tints of Japonica #C87155
RGB
CMYK
RGB Variations
Color information
#C87155 (or 0xC87155) is known color: Japonica. HEX triplet: C8, 71 and 55. RGB value is (200,113,85). Sum of RGB (Red+Green+Blue) = 200+113+85=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87155 is #378EAA. Grayscale: #888888. Windows color (decimal): -3641003 or 5599688. OLE color: 5599688.
HSL color Cylindrical-coordinate representation of color #C87155: hue angle of 14.61º 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 #C87155 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 85 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.22 |
| HSL | 14.61º | 0.51% | 0.56% | - |
| HSV(B) | 14.61º | 0.58% | 0.78% | - |
| XYZ | 31.36 | 24.75 | 11.72 | - |
| YUV | 135.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 85 | 0 | 0.44 | 0.58 | 0.22 | 14.61 | 0.51 | 0.56 |
| Hex | C8 | 71 | 55 | 0 | 2C | 3A | 16 | F | 33 | 38 |
| Octal | 310 | 161 | 125 | 0 | 54 | 72 | 26 | 17 | 63 | 70 |
| Binary | 11001000 | 1110001 | 1010101 | 0 | 101100 | 111010 | 10110 | 1111 | 110011 | 111000 |
Color Harmonies of #C87155
Complementary color
Monochromatic Colors of #C87155
Black with #C87155
Text Example
Text Example
White with #C87155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87155; }
p { color: rgb(200,113,85); }
H1.HeaderClassName
{
color: #C87155;
}
.AnyTagClassName
{
color: #C87155;
}
</style>
background-color css
<style>
a { background-color: #C87155; }
a { background-color: rgb(200,113,85); }
div.DivClassName
{
background-color: #C87155;
}
.BgClassName
{
background-color: #C87155;
}
</style>
border-color css
<style>
span { border-color: #C87155; }
span { border-color: rgb(200,113,85); }
td.TdClassName
{
border-color: #C87155;
}
.TagClassName
{
border-color: #C87155;
}
</style>