Shades of Charm #CF6C80
Tints of Charm #CF6C80
RGB
CMYK
RGB Variations
Color information
#CF6C80 (or 0xCF6C80) is known color: Charm. HEX triplet: CF, 6C and 80. RGB value is (207,108,128). Sum of RGB (Red+Green+Blue) = 207+108+128=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C80 is #30937F. Grayscale: #8B8B8B. Windows color (decimal): -3183488 or 8416463. OLE color: 8416463.
HSL color Cylindrical-coordinate representation of color #CF6C80: hue angle of 347.88º 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 #CF6C80 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 128 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.19 |
| HSL | 347.88º | 0.51% | 0.62% | - |
| HSV(B) | 347.88º | 0.48% | 0.81% | - |
| XYZ | 34.99 | 25.55 | 23.51 | - |
| YUV | 139.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 128 | 0 | 0.48 | 0.38 | 0.19 | 347.88 | 0.51 | 0.62 |
| Hex | CF | 6C | 80 | 0 | 30 | 26 | 13 | 15C | 33 | 3E |
| Octal | 317 | 154 | 200 | 0 | 60 | 46 | 23 | 534 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10000000 | 0 | 110000 | 100110 | 10011 | 101011100 | 110011 | 111110 |
Color Harmonies of #CF6C80
Complementary color
Monochromatic Colors of #CF6C80
Black with #CF6C80
Text Example
Text Example
White with #CF6C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C80; }
p { color: rgb(207,108,128); }
H1.HeaderClassName
{
color: #CF6C80;
}
.AnyTagClassName
{
color: #CF6C80;
}
</style>
background-color css
<style>
a { background-color: #CF6C80; }
a { background-color: rgb(207,108,128); }
div.DivClassName
{
background-color: #CF6C80;
}
.BgClassName
{
background-color: #CF6C80;
}
</style>
border-color css
<style>
span { border-color: #CF6C80; }
span { border-color: rgb(207,108,128); }
td.TdClassName
{
border-color: #CF6C80;
}
.TagClassName
{
border-color: #CF6C80;
}
</style>