Shades of Charm #C86680
Tints of Charm #C86680
RGB
CMYK
RGB Variations
Color information
#C86680 (or 0xC86680) is known color: Charm. HEX triplet: C8, 66 and 80. RGB value is (200,102,128). Sum of RGB (Red+Green+Blue) = 200+102+128=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86680 is #37997F. Grayscale: #868686. Windows color (decimal): -3643776 or 8414920. OLE color: 8414920.
HSL color Cylindrical-coordinate representation of color #C86680: hue angle of 344.08º 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 #C86680 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 128 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.22 |
| HSL | 344.08º | 0.47% | 0.59% | - |
| HSV(B) | 344.08º | 0.49% | 0.78% | - |
| XYZ | 32.47 | 23.34 | 23.22 | - |
| YUV | 134.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 128 | 0 | 0.49 | 0.36 | 0.22 | 344.08 | 0.47 | 0.59 |
| Hex | C8 | 66 | 80 | 0 | 31 | 24 | 16 | 158 | 2F | 3B |
| Octal | 310 | 146 | 200 | 0 | 61 | 44 | 26 | 530 | 57 | 73 |
| Binary | 11001000 | 1100110 | 10000000 | 0 | 110001 | 100100 | 10110 | 101011000 | 101111 | 111011 |
Color Harmonies of #C86680
Complementary color
Monochromatic Colors of #C86680
Black with #C86680
Text Example
Text Example
White with #C86680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86680; }
p { color: rgb(200,102,128); }
H1.HeaderClassName
{
color: #C86680;
}
.AnyTagClassName
{
color: #C86680;
}
</style>
background-color css
<style>
a { background-color: #C86680; }
a { background-color: rgb(200,102,128); }
div.DivClassName
{
background-color: #C86680;
}
.BgClassName
{
background-color: #C86680;
}
</style>
border-color css
<style>
span { border-color: #C86680; }
span { border-color: rgb(200,102,128); }
td.TdClassName
{
border-color: #C86680;
}
.TagClassName
{
border-color: #C86680;
}
</style>