Shades of Japonica #C87463
Tints of Japonica #C87463
RGB
CMYK
RGB Variations
Color information
#C87463 (or 0xC87463) is known color: Japonica. HEX triplet: C8, 74 and 63. RGB value is (200,116,99). Sum of RGB (Red+Green+Blue) = 200+116+99=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C87463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87463 is #378B9C. Grayscale: #8B8B8B. Windows color (decimal): -3640221 or 6517960. OLE color: 6517960.
HSL color Cylindrical-coordinate representation of color #C87463: hue angle of 10.1º 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 #C87463 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 99 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.22 |
| HSL | 10.1º | 0.48% | 0.59% | - |
| HSV(B) | 10.1º | 0.51% | 0.78% | - |
| XYZ | 32.32 | 25.67 | 15.06 | - |
| YUV | 139.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 99 | 0 | 0.42 | 0.50 | 0.22 | 10.1 | 0.48 | 0.59 |
| Hex | C8 | 74 | 63 | 0 | 2A | 32 | 16 | A | 30 | 3B |
| Octal | 310 | 164 | 143 | 0 | 52 | 62 | 26 | 12 | 60 | 73 |
| Binary | 11001000 | 1110100 | 1100011 | 0 | 101010 | 110010 | 10110 | 1010 | 110000 | 111011 |
Color Harmonies of #C87463
Complementary color
Monochromatic Colors of #C87463
Black with #C87463
Text Example
Text Example
White with #C87463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87463; }
p { color: rgb(200,116,99); }
H1.HeaderClassName
{
color: #C87463;
}
.AnyTagClassName
{
color: #C87463;
}
</style>
background-color css
<style>
a { background-color: #C87463; }
a { background-color: rgb(200,116,99); }
div.DivClassName
{
background-color: #C87463;
}
.BgClassName
{
background-color: #C87463;
}
</style>
border-color css
<style>
span { border-color: #C87463; }
span { border-color: rgb(200,116,99); }
td.TdClassName
{
border-color: #C87463;
}
.TagClassName
{
border-color: #C87463;
}
</style>