Shades of Japonica #C87254
Tints of Japonica #C87254
RGB
CMYK
RGB Variations
Color information
#C87254 (or 0xC87254) is known color: Japonica. HEX triplet: C8, 72 and 54. RGB value is (200,114,84). Sum of RGB (Red+Green+Blue) = 200+114+84=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C87254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87254 is #378DAB. Grayscale: #888888. Windows color (decimal): -3640748 or 5534408. OLE color: 5534408.
HSL color Cylindrical-coordinate representation of color #C87254: hue angle of 15.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C87254 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 84 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.22 |
| HSL | 15.52º | 0.51% | 0.56% | - |
| HSV(B) | 15.52º | 0.58% | 0.78% | - |
| XYZ | 31.44 | 24.95 | 11.55 | - |
| YUV | 136.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 84 | 0 | 0.43 | 0.58 | 0.22 | 15.52 | 0.51 | 0.56 |
| Hex | C8 | 72 | 54 | 0 | 2B | 3A | 16 | 10 | 33 | 38 |
| Octal | 310 | 162 | 124 | 0 | 53 | 72 | 26 | 20 | 63 | 70 |
| Binary | 11001000 | 1110010 | 1010100 | 0 | 101011 | 111010 | 10110 | 10000 | 110011 | 111000 |
Color Harmonies of #C87254
Complementary color
Monochromatic Colors of #C87254
Black with #C87254
Text Example
Text Example
White with #C87254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87254; }
p { color: rgb(200,114,84); }
H1.HeaderClassName
{
color: #C87254;
}
.AnyTagClassName
{
color: #C87254;
}
</style>
background-color css
<style>
a { background-color: #C87254; }
a { background-color: rgb(200,114,84); }
div.DivClassName
{
background-color: #C87254;
}
.BgClassName
{
background-color: #C87254;
}
</style>
border-color css
<style>
span { border-color: #C87254; }
span { border-color: rgb(200,114,84); }
td.TdClassName
{
border-color: #C87254;
}
.TagClassName
{
border-color: #C87254;
}
</style>