Shades of Charm #CF6979
Tints of Charm #CF6979
RGB
CMYK
RGB Variations
Color information
#CF6979 (or 0xCF6979) is known color: Charm. HEX triplet: CF, 69 and 79. RGB value is (207,105,121). Sum of RGB (Red+Green+Blue) = 207+105+121=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6979 is #309686. Grayscale: #898989. Windows color (decimal): -3184263 or 7956943. OLE color: 7956943.
HSL color Cylindrical-coordinate representation of color #CF6979: hue angle of 350.59º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6979 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 121 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.19 |
| HSL | 350.59º | 0.52% | 0.61% | - |
| HSV(B) | 350.59º | 0.49% | 0.81% | - |
| XYZ | 34.23 | 24.75 | 21.06 | - |
| YUV | 137.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 121 | 0 | 0.49 | 0.42 | 0.19 | 350.59 | 0.52 | 0.61 |
| Hex | CF | 69 | 79 | 0 | 31 | 2A | 13 | 15F | 34 | 3D |
| Octal | 317 | 151 | 171 | 0 | 61 | 52 | 23 | 537 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1111001 | 0 | 110001 | 101010 | 10011 | 101011111 | 110100 | 111101 |
Color Harmonies of #CF6979
Complementary color
Monochromatic Colors of #CF6979
Black with #CF6979
Text Example
Text Example
White with #CF6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6979; }
p { color: rgb(207,105,121); }
H1.HeaderClassName
{
color: #CF6979;
}
.AnyTagClassName
{
color: #CF6979;
}
</style>
background-color css
<style>
a { background-color: #CF6979; }
a { background-color: rgb(207,105,121); }
div.DivClassName
{
background-color: #CF6979;
}
.BgClassName
{
background-color: #CF6979;
}
</style>
border-color css
<style>
span { border-color: #CF6979; }
span { border-color: rgb(207,105,121); }
td.TdClassName
{
border-color: #CF6979;
}
.TagClassName
{
border-color: #CF6979;
}
</style>