Shades of Japonica #C86E5D
Tints of Japonica #C86E5D
RGB
CMYK
RGB Variations
Color information
#C86E5D (or 0xC86E5D) is known color: Japonica. HEX triplet: C8, 6E and 5D. RGB value is (200,110,93). Sum of RGB (Red+Green+Blue) = 200+110+93=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86E5D is #3791A2. Grayscale: #878787. Windows color (decimal): -3641763 or 6123208. OLE color: 6123208.
HSL color Cylindrical-coordinate representation of color #C86E5D: hue angle of 9.53º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C86E5D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 93 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.22 |
| HSL | 9.53º | 0.49% | 0.57% | - |
| HSV(B) | 9.53º | 0.54% | 0.78% | - |
| XYZ | 31.37 | 24.22 | 13.38 | - |
| YUV | 134.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 93 | 0 | 0.45 | 0.54 | 0.22 | 9.53 | 0.49 | 0.57 |
| Hex | C8 | 6E | 5D | 0 | 2D | 36 | 16 | A | 31 | 39 |
| Octal | 310 | 156 | 135 | 0 | 55 | 66 | 26 | 12 | 61 | 71 |
| Binary | 11001000 | 1101110 | 1011101 | 0 | 101101 | 110110 | 10110 | 1010 | 110001 | 111001 |
Color Harmonies of #C86E5D
Complementary color
Monochromatic Colors of #C86E5D
Black with #C86E5D
Text Example
Text Example
White with #C86E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E5D; }
p { color: rgb(200,110,93); }
H1.HeaderClassName
{
color: #C86E5D;
}
.AnyTagClassName
{
color: #C86E5D;
}
</style>
background-color css
<style>
a { background-color: #C86E5D; }
a { background-color: rgb(200,110,93); }
div.DivClassName
{
background-color: #C86E5D;
}
.BgClassName
{
background-color: #C86E5D;
}
</style>
border-color css
<style>
span { border-color: #C86E5D; }
span { border-color: rgb(200,110,93); }
td.TdClassName
{
border-color: #C86E5D;
}
.TagClassName
{
border-color: #C86E5D;
}
</style>