Shades of Japonica #C86D5E
Tints of Japonica #C86D5E
RGB
CMYK
RGB Variations
Color information
#C86D5E (or 0xC86D5E) is known color: Japonica. HEX triplet: C8, 6D and 5E. RGB value is (200,109,94). Sum of RGB (Red+Green+Blue) = 200+109+94=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D5E is #3792A1. Grayscale: #868686. Windows color (decimal): -3642018 or 6188488. OLE color: 6188488.
HSL color Cylindrical-coordinate representation of color #C86D5E: hue angle of 8.49º 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 #C86D5E is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 94 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.22 |
| HSL | 8.49º | 0.49% | 0.58% | - |
| HSV(B) | 8.49º | 0.53% | 0.78% | - |
| XYZ | 31.31 | 24.02 | 13.58 | - |
| YUV | 134.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 94 | 0 | 0.46 | 0.53 | 0.22 | 8.49 | 0.49 | 0.58 |
| Hex | C8 | 6D | 5E | 0 | 2E | 35 | 16 | 8 | 31 | 3A |
| Octal | 310 | 155 | 136 | 0 | 56 | 65 | 26 | 10 | 61 | 72 |
| Binary | 11001000 | 1101101 | 1011110 | 0 | 101110 | 110101 | 10110 | 1000 | 110001 | 111010 |
Color Harmonies of #C86D5E
Complementary color
Monochromatic Colors of #C86D5E
Black with #C86D5E
Text Example
Text Example
White with #C86D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D5E; }
p { color: rgb(200,109,94); }
H1.HeaderClassName
{
color: #C86D5E;
}
.AnyTagClassName
{
color: #C86D5E;
}
</style>
background-color css
<style>
a { background-color: #C86D5E; }
a { background-color: rgb(200,109,94); }
div.DivClassName
{
background-color: #C86D5E;
}
.BgClassName
{
background-color: #C86D5E;
}
</style>
border-color css
<style>
span { border-color: #C86D5E; }
span { border-color: rgb(200,109,94); }
td.TdClassName
{
border-color: #C86D5E;
}
.TagClassName
{
border-color: #C86D5E;
}
</style>