Shades of Charm #C86180
Tints of Charm #C86180
RGB
CMYK
RGB Variations
Color information
#C86180 (or 0xC86180) is known color: Charm. HEX triplet: C8, 61 and 80. RGB value is (200,97,128). Sum of RGB (Red+Green+Blue) = 200+97+128=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C86180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86180 is #379E7F. Grayscale: #838383. Windows color (decimal): -3645056 or 8413640. OLE color: 8413640.
HSL color Cylindrical-coordinate representation of color #C86180: hue angle of 341.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C86180 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 128 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.22 |
| HSL | 341.94º | 0.48% | 0.58% | - |
| HSV(B) | 341.94º | 0.52% | 0.78% | - |
| XYZ | 31.99 | 22.39 | 23.06 | - |
| YUV | 131.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 128 | 0 | 0.52 | 0.36 | 0.22 | 341.94 | 0.48 | 0.58 |
| Hex | C8 | 61 | 80 | 0 | 34 | 24 | 16 | 156 | 30 | 3A |
| Octal | 310 | 141 | 200 | 0 | 64 | 44 | 26 | 526 | 60 | 72 |
| Binary | 11001000 | 1100001 | 10000000 | 0 | 110100 | 100100 | 10110 | 101010110 | 110000 | 111010 |
Color Harmonies of #C86180
Complementary color
Monochromatic Colors of #C86180
Black with #C86180
Text Example
Text Example
White with #C86180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86180; }
p { color: rgb(200,97,128); }
H1.HeaderClassName
{
color: #C86180;
}
.AnyTagClassName
{
color: #C86180;
}
</style>
background-color css
<style>
a { background-color: #C86180; }
a { background-color: rgb(200,97,128); }
div.DivClassName
{
background-color: #C86180;
}
.BgClassName
{
background-color: #C86180;
}
</style>
border-color css
<style>
span { border-color: #C86180; }
span { border-color: rgb(200,97,128); }
td.TdClassName
{
border-color: #C86180;
}
.TagClassName
{
border-color: #C86180;
}
</style>