Shades of Charm #C66986
Tints of Charm #C66986
RGB
CMYK
RGB Variations
Color information
#C66986 (or 0xC66986) is known color: Charm. HEX triplet: C6, 69 and 86. RGB value is (198,105,134). Sum of RGB (Red+Green+Blue) = 198+105+134=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C66986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66986 is #399679. Grayscale: #888888. Windows color (decimal): -3774074 or 8808902. OLE color: 8808902.
HSL color Cylindrical-coordinate representation of color #C66986: hue angle of 341.29º 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 #C66986 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 134 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.22 |
| HSL | 341.29º | 0.45% | 0.59% | - |
| HSV(B) | 341.29º | 0.47% | 0.78% | - |
| XYZ | 32.64 | 23.83 | 25.43 | - |
| YUV | 136.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 134 | 0 | 0.47 | 0.32 | 0.22 | 341.29 | 0.45 | 0.59 |
| Hex | C6 | 69 | 86 | 0 | 2F | 20 | 16 | 155 | 2D | 3B |
| Octal | 306 | 151 | 206 | 0 | 57 | 40 | 26 | 525 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10000110 | 0 | 101111 | 100000 | 10110 | 101010101 | 101101 | 111011 |
Color Harmonies of #C66986
Complementary color
Monochromatic Colors of #C66986
Black with #C66986
Text Example
Text Example
White with #C66986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66986; }
p { color: rgb(198,105,134); }
H1.HeaderClassName
{
color: #C66986;
}
.AnyTagClassName
{
color: #C66986;
}
</style>
background-color css
<style>
a { background-color: #C66986; }
a { background-color: rgb(198,105,134); }
div.DivClassName
{
background-color: #C66986;
}
.BgClassName
{
background-color: #C66986;
}
</style>
border-color css
<style>
span { border-color: #C66986; }
span { border-color: rgb(198,105,134); }
td.TdClassName
{
border-color: #C66986;
}
.TagClassName
{
border-color: #C66986;
}
</style>