Shades of Charm #C86C7A
Tints of Charm #C86C7A
RGB
CMYK
RGB Variations
Color information
#C86C7A (or 0xC86C7A) is known color: Charm. HEX triplet: C8, 6C and 7A. RGB value is (200,108,122). Sum of RGB (Red+Green+Blue) = 200+108+122=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86C7A is #379385. Grayscale: #898989. Windows color (decimal): -3642246 or 8023240. OLE color: 8023240.
HSL color Cylindrical-coordinate representation of color #C86C7A: hue angle of 350.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86C7A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 122 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.22 |
| HSL | 350.87º | 0.46% | 0.6% | - |
| HSV(B) | 350.87º | 0.46% | 0.78% | - |
| XYZ | 32.69 | 24.41 | 21.4 | - |
| YUV | 137.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 122 | 0 | 0.46 | 0.39 | 0.22 | 350.87 | 0.46 | 0.6 |
| Hex | C8 | 6C | 7A | 0 | 2E | 27 | 16 | 15F | 2E | 3C |
| Octal | 310 | 154 | 172 | 0 | 56 | 47 | 26 | 537 | 56 | 74 |
| Binary | 11001000 | 1101100 | 1111010 | 0 | 101110 | 100111 | 10110 | 101011111 | 101110 | 111100 |
Color Harmonies of #C86C7A
Complementary color
Monochromatic Colors of #C86C7A
Black with #C86C7A
Text Example
Text Example
White with #C86C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C7A; }
p { color: rgb(200,108,122); }
H1.HeaderClassName
{
color: #C86C7A;
}
.AnyTagClassName
{
color: #C86C7A;
}
</style>
background-color css
<style>
a { background-color: #C86C7A; }
a { background-color: rgb(200,108,122); }
div.DivClassName
{
background-color: #C86C7A;
}
.BgClassName
{
background-color: #C86C7A;
}
</style>
border-color css
<style>
span { border-color: #C86C7A; }
span { border-color: rgb(200,108,122); }
td.TdClassName
{
border-color: #C86C7A;
}
.TagClassName
{
border-color: #C86C7A;
}
</style>