Shades of Japonica #C87A5E
Tints of Japonica #C87A5E
RGB
CMYK
RGB Variations
Color information
#C87A5E (or 0xC87A5E) is known color: Japonica. HEX triplet: C8, 7A and 5E. RGB value is (200,122,94). Sum of RGB (Red+Green+Blue) = 200+122+94=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A5E is #3785A1. Grayscale: #8E8E8E. Windows color (decimal): -3638690 or 6191816. OLE color: 6191816.
HSL color Cylindrical-coordinate representation of color #C87A5E: hue angle of 15.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C87A5E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 94 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.22 |
| HSL | 15.85º | 0.49% | 0.58% | - |
| HSV(B) | 15.85º | 0.53% | 0.78% | - |
| XYZ | 32.8 | 27.01 | 14.07 | - |
| YUV | 142.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 94 | 0 | 0.39 | 0.53 | 0.22 | 15.85 | 0.49 | 0.58 |
| Hex | C8 | 7A | 5E | 0 | 27 | 35 | 16 | 10 | 31 | 3A |
| Octal | 310 | 172 | 136 | 0 | 47 | 65 | 26 | 20 | 61 | 72 |
| Binary | 11001000 | 1111010 | 1011110 | 0 | 100111 | 110101 | 10110 | 10000 | 110001 | 111010 |
Color Harmonies of #C87A5E
Complementary color
Monochromatic Colors of #C87A5E
Black with #C87A5E
Text Example
Text Example
White with #C87A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A5E; }
p { color: rgb(200,122,94); }
H1.HeaderClassName
{
color: #C87A5E;
}
.AnyTagClassName
{
color: #C87A5E;
}
</style>
background-color css
<style>
a { background-color: #C87A5E; }
a { background-color: rgb(200,122,94); }
div.DivClassName
{
background-color: #C87A5E;
}
.BgClassName
{
background-color: #C87A5E;
}
</style>
border-color css
<style>
span { border-color: #C87A5E; }
span { border-color: rgb(200,122,94); }
td.TdClassName
{
border-color: #C87A5E;
}
.TagClassName
{
border-color: #C87A5E;
}
</style>