Shades of Charm #C86779
Tints of Charm #C86779
RGB
CMYK
RGB Variations
Color information
#C86779 (or 0xC86779) is known color: Charm. HEX triplet: C8, 67 and 79. RGB value is (200,103,121). Sum of RGB (Red+Green+Blue) = 200+103+121=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C86779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86779 is #379886. Grayscale: #868686. Windows color (decimal): -3643527 or 7956424. OLE color: 7956424.
HSL color Cylindrical-coordinate representation of color #C86779: hue angle of 348.87º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86779 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 121 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 348.87º | 0.47% | 0.59% | - |
| HSV(B) | 348.87º | 0.49% | 0.78% | - |
| XYZ | 32.12 | 23.36 | 20.91 | - |
| YUV | 134.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 121 | 0 | 0.48 | 0.39 | 0.22 | 348.87 | 0.47 | 0.59 |
| Hex | C8 | 67 | 79 | 0 | 30 | 27 | 16 | 15D | 2F | 3B |
| Octal | 310 | 147 | 171 | 0 | 60 | 47 | 26 | 535 | 57 | 73 |
| Binary | 11001000 | 1100111 | 1111001 | 0 | 110000 | 100111 | 10110 | 101011101 | 101111 | 111011 |
Color Harmonies of #C86779
Complementary color
Monochromatic Colors of #C86779
Black with #C86779
Text Example
Text Example
White with #C86779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86779; }
p { color: rgb(200,103,121); }
H1.HeaderClassName
{
color: #C86779;
}
.AnyTagClassName
{
color: #C86779;
}
</style>
background-color css
<style>
a { background-color: #C86779; }
a { background-color: rgb(200,103,121); }
div.DivClassName
{
background-color: #C86779;
}
.BgClassName
{
background-color: #C86779;
}
</style>
border-color css
<style>
span { border-color: #C86779; }
span { border-color: rgb(200,103,121); }
td.TdClassName
{
border-color: #C86779;
}
.TagClassName
{
border-color: #C86779;
}
</style>