Shades of Charm #C86B7A
Tints of Charm #C86B7A
RGB
CMYK
RGB Variations
Color information
#C86B7A (or 0xC86B7A) is known color: Charm. HEX triplet: C8, 6B and 7A. RGB value is (200,107,122). Sum of RGB (Red+Green+Blue) = 200+107+122=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B7A is #379485. Grayscale: #888888. Windows color (decimal): -3642502 or 8022984. OLE color: 8022984.
HSL color Cylindrical-coordinate representation of color #C86B7A: hue angle of 350.32º 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 #C86B7A is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 122 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.22 |
| HSL | 350.32º | 0.46% | 0.6% | - |
| HSV(B) | 350.32º | 0.47% | 0.78% | - |
| XYZ | 32.59 | 24.2 | 21.37 | - |
| YUV | 136.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 122 | 0 | 0.46 | 0.39 | 0.22 | 350.32 | 0.46 | 0.6 |
| Hex | C8 | 6B | 7A | 0 | 2E | 27 | 16 | 15E | 2E | 3C |
| Octal | 310 | 153 | 172 | 0 | 56 | 47 | 26 | 536 | 56 | 74 |
| Binary | 11001000 | 1101011 | 1111010 | 0 | 101110 | 100111 | 10110 | 101011110 | 101110 | 111100 |
Color Harmonies of #C86B7A
Complementary color
Monochromatic Colors of #C86B7A
Black with #C86B7A
Text Example
Text Example
White with #C86B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B7A; }
p { color: rgb(200,107,122); }
H1.HeaderClassName
{
color: #C86B7A;
}
.AnyTagClassName
{
color: #C86B7A;
}
</style>
background-color css
<style>
a { background-color: #C86B7A; }
a { background-color: rgb(200,107,122); }
div.DivClassName
{
background-color: #C86B7A;
}
.BgClassName
{
background-color: #C86B7A;
}
</style>
border-color css
<style>
span { border-color: #C86B7A; }
span { border-color: rgb(200,107,122); }
td.TdClassName
{
border-color: #C86B7A;
}
.TagClassName
{
border-color: #C86B7A;
}
</style>