Shades of Charm #CF6C84
Tints of Charm #CF6C84
RGB
CMYK
RGB Variations
Color information
#CF6C84 (or 0xCF6C84) is known color: Charm. HEX triplet: CF, 6C and 84. RGB value is (207,108,132). Sum of RGB (Red+Green+Blue) = 207+108+132=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C84 is #30937B. Grayscale: #8C8C8C. Windows color (decimal): -3183484 or 8678607. OLE color: 8678607.
HSL color Cylindrical-coordinate representation of color #CF6C84: hue angle of 345.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6C84 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 132 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.19 |
| HSL | 345.45º | 0.51% | 0.62% | - |
| HSV(B) | 345.45º | 0.48% | 0.81% | - |
| XYZ | 35.26 | 25.66 | 24.92 | - |
| YUV | 140.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 132 | 0 | 0.48 | 0.36 | 0.19 | 345.45 | 0.51 | 0.62 |
| Hex | CF | 6C | 84 | 0 | 30 | 24 | 13 | 159 | 33 | 3E |
| Octal | 317 | 154 | 204 | 0 | 60 | 44 | 23 | 531 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10000100 | 0 | 110000 | 100100 | 10011 | 101011001 | 110011 | 111110 |
Color Harmonies of #CF6C84
Complementary color
Monochromatic Colors of #CF6C84
Black with #CF6C84
Text Example
Text Example
White with #CF6C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C84; }
p { color: rgb(207,108,132); }
H1.HeaderClassName
{
color: #CF6C84;
}
.AnyTagClassName
{
color: #CF6C84;
}
</style>
background-color css
<style>
a { background-color: #CF6C84; }
a { background-color: rgb(207,108,132); }
div.DivClassName
{
background-color: #CF6C84;
}
.BgClassName
{
background-color: #CF6C84;
}
</style>
border-color css
<style>
span { border-color: #CF6C84; }
span { border-color: rgb(207,108,132); }
td.TdClassName
{
border-color: #CF6C84;
}
.TagClassName
{
border-color: #CF6C84;
}
</style>