Shades of Japonica #C86D5C
Tints of Japonica #C86D5C
RGB
CMYK
RGB Variations
Color information
#C86D5C (or 0xC86D5C) is known color: Japonica. HEX triplet: C8, 6D and 5C. RGB value is (200,109,92). Sum of RGB (Red+Green+Blue) = 200+109+92=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D5C is #3792A3. Grayscale: #868686. Windows color (decimal): -3642020 or 6057416. OLE color: 6057416.
HSL color Cylindrical-coordinate representation of color #C86D5C: hue angle of 9.44º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C86D5C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 92 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.22 |
| HSL | 9.44º | 0.5% | 0.57% | - |
| HSV(B) | 9.44º | 0.54% | 0.78% | - |
| XYZ | 31.22 | 23.99 | 13.11 | - |
| YUV | 134.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 92 | 0 | 0.46 | 0.54 | 0.22 | 9.44 | 0.5 | 0.57 |
| Hex | C8 | 6D | 5C | 0 | 2E | 36 | 16 | 9 | 32 | 39 |
| Octal | 310 | 155 | 134 | 0 | 56 | 66 | 26 | 11 | 62 | 71 |
| Binary | 11001000 | 1101101 | 1011100 | 0 | 101110 | 110110 | 10110 | 1001 | 110010 | 111001 |
Color Harmonies of #C86D5C
Complementary color
Monochromatic Colors of #C86D5C
Black with #C86D5C
Text Example
Text Example
White with #C86D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D5C; }
p { color: rgb(200,109,92); }
H1.HeaderClassName
{
color: #C86D5C;
}
.AnyTagClassName
{
color: #C86D5C;
}
</style>
background-color css
<style>
a { background-color: #C86D5C; }
a { background-color: rgb(200,109,92); }
div.DivClassName
{
background-color: #C86D5C;
}
.BgClassName
{
background-color: #C86D5C;
}
</style>
border-color css
<style>
span { border-color: #C86D5C; }
span { border-color: rgb(200,109,92); }
td.TdClassName
{
border-color: #C86D5C;
}
.TagClassName
{
border-color: #C86D5C;
}
</style>