Shades of Japonica #C86D53
Tints of Japonica #C86D53
RGB
CMYK
RGB Variations
Color information
#C86D53 (or 0xC86D53) is known color: Japonica. HEX triplet: C8, 6D and 53. RGB value is (200,109,83). Sum of RGB (Red+Green+Blue) = 200+109+83=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D53 is #3792AC. Grayscale: #858585. Windows color (decimal): -3642029 or 5467592. OLE color: 5467592.
HSL color Cylindrical-coordinate representation of color #C86D53: hue angle of 13.33º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C86D53 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 83 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.22 |
| HSL | 13.33º | 0.52% | 0.55% | - |
| HSV(B) | 13.33º | 0.59% | 0.78% | - |
| XYZ | 30.85 | 23.84 | 11.16 | - |
| YUV | 133.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 83 | 0 | 0.46 | 0.58 | 0.22 | 13.33 | 0.52 | 0.55 |
| Hex | C8 | 6D | 53 | 0 | 2E | 3A | 16 | D | 34 | 37 |
| Octal | 310 | 155 | 123 | 0 | 56 | 72 | 26 | 15 | 64 | 67 |
| Binary | 11001000 | 1101101 | 1010011 | 0 | 101110 | 111010 | 10110 | 1101 | 110100 | 110111 |
Color Harmonies of #C86D53
Complementary color
Monochromatic Colors of #C86D53
Black with #C86D53
Text Example
Text Example
White with #C86D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86D53; }
p { color: rgb(200,109,83); }
H1.HeaderClassName
{
color: #C86D53;
}
.AnyTagClassName
{
color: #C86D53;
}
</style>
background-color css
<style>
a { background-color: #C86D53; }
a { background-color: rgb(200,109,83); }
div.DivClassName
{
background-color: #C86D53;
}
.BgClassName
{
background-color: #C86D53;
}
</style>
border-color css
<style>
span { border-color: #C86D53; }
span { border-color: rgb(200,109,83); }
td.TdClassName
{
border-color: #C86D53;
}
.TagClassName
{
border-color: #C86D53;
}
</style>