Shades of Charm #C66984
Tints of Charm #C66984
RGB
CMYK
RGB Variations
Color information
#C66984 (or 0xC66984) is known color: Charm. HEX triplet: C6, 69 and 84. RGB value is (198,105,132). Sum of RGB (Red+Green+Blue) = 198+105+132=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66984 is #39967B. Grayscale: #878787. Windows color (decimal): -3774076 or 8677830. OLE color: 8677830.
HSL color Cylindrical-coordinate representation of color #C66984: hue angle of 342.58º 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 #C66984 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 132 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.22 |
| HSL | 342.58º | 0.45% | 0.59% | - |
| HSV(B) | 342.58º | 0.47% | 0.78% | - |
| XYZ | 32.51 | 23.77 | 24.71 | - |
| YUV | 135.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 132 | 0 | 0.47 | 0.33 | 0.22 | 342.58 | 0.45 | 0.59 |
| Hex | C6 | 69 | 84 | 0 | 2F | 21 | 16 | 157 | 2D | 3B |
| Octal | 306 | 151 | 204 | 0 | 57 | 41 | 26 | 527 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10000100 | 0 | 101111 | 100001 | 10110 | 101010111 | 101101 | 111011 |
Color Harmonies of #C66984
Complementary color
Monochromatic Colors of #C66984
Black with #C66984
Text Example
Text Example
White with #C66984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66984; }
p { color: rgb(198,105,132); }
H1.HeaderClassName
{
color: #C66984;
}
.AnyTagClassName
{
color: #C66984;
}
</style>
background-color css
<style>
a { background-color: #C66984; }
a { background-color: rgb(198,105,132); }
div.DivClassName
{
background-color: #C66984;
}
.BgClassName
{
background-color: #C66984;
}
</style>
border-color css
<style>
span { border-color: #C66984; }
span { border-color: rgb(198,105,132); }
td.TdClassName
{
border-color: #C66984;
}
.TagClassName
{
border-color: #C66984;
}
</style>