Shades of Charm #C66980
Tints of Charm #C66980
RGB
CMYK
RGB Variations
Color information
#C66980 (or 0xC66980) is known color: Charm. HEX triplet: C6, 69 and 80. RGB value is (198,105,128). Sum of RGB (Red+Green+Blue) = 198+105+128=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66980 is #39967F. Grayscale: #878787. Windows color (decimal): -3774080 or 8415686. OLE color: 8415686.
HSL color Cylindrical-coordinate representation of color #C66980: hue angle of 345.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66980 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 128 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.22 |
| HSL | 345.16º | 0.45% | 0.59% | - |
| HSV(B) | 345.16º | 0.47% | 0.78% | - |
| XYZ | 32.24 | 23.67 | 23.29 | - |
| YUV | 135.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 128 | 0 | 0.47 | 0.35 | 0.22 | 345.16 | 0.45 | 0.59 |
| Hex | C6 | 69 | 80 | 0 | 2F | 23 | 16 | 159 | 2D | 3B |
| Octal | 306 | 151 | 200 | 0 | 57 | 43 | 26 | 531 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10000000 | 0 | 101111 | 100011 | 10110 | 101011001 | 101101 | 111011 |
Color Harmonies of #C66980
Complementary color
Monochromatic Colors of #C66980
Black with #C66980
Text Example
Text Example
White with #C66980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66980; }
p { color: rgb(198,105,128); }
H1.HeaderClassName
{
color: #C66980;
}
.AnyTagClassName
{
color: #C66980;
}
</style>
background-color css
<style>
a { background-color: #C66980; }
a { background-color: rgb(198,105,128); }
div.DivClassName
{
background-color: #C66980;
}
.BgClassName
{
background-color: #C66980;
}
</style>
border-color css
<style>
span { border-color: #C66980; }
span { border-color: rgb(198,105,128); }
td.TdClassName
{
border-color: #C66980;
}
.TagClassName
{
border-color: #C66980;
}
</style>