Shades of Charm #C86979
Tints of Charm #C86979
RGB
CMYK
RGB Variations
Color information
#C86979 (or 0xC86979) is known color: Charm. HEX triplet: C8, 69 and 79. RGB value is (200,105,121). Sum of RGB (Red+Green+Blue) = 200+105+121=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C86979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86979 is #379686. Grayscale: #878787. Windows color (decimal): -3643015 or 7956936. OLE color: 7956936.
HSL color Cylindrical-coordinate representation of color #C86979: hue angle of 349.89º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86979 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 121 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 349.89º | 0.46% | 0.6% | - |
| HSV(B) | 349.89º | 0.48% | 0.78% | - |
| XYZ | 32.32 | 23.76 | 20.97 | - |
| YUV | 135.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 121 | 0 | 0.48 | 0.39 | 0.22 | 349.89 | 0.46 | 0.6 |
| Hex | C8 | 69 | 79 | 0 | 30 | 27 | 16 | 15E | 2E | 3C |
| Octal | 310 | 151 | 171 | 0 | 60 | 47 | 26 | 536 | 56 | 74 |
| Binary | 11001000 | 1101001 | 1111001 | 0 | 110000 | 100111 | 10110 | 101011110 | 101110 | 111100 |
Color Harmonies of #C86979
Complementary color
Monochromatic Colors of #C86979
Black with #C86979
Text Example
Text Example
White with #C86979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86979; }
p { color: rgb(200,105,121); }
H1.HeaderClassName
{
color: #C86979;
}
.AnyTagClassName
{
color: #C86979;
}
</style>
background-color css
<style>
a { background-color: #C86979; }
a { background-color: rgb(200,105,121); }
div.DivClassName
{
background-color: #C86979;
}
.BgClassName
{
background-color: #C86979;
}
</style>
border-color css
<style>
span { border-color: #C86979; }
span { border-color: rgb(200,105,121); }
td.TdClassName
{
border-color: #C86979;
}
.TagClassName
{
border-color: #C86979;
}
</style>