Shades of Charm #CF6679
Tints of Charm #CF6679
RGB
CMYK
RGB Variations
Color information
#CF6679 (or 0xCF6679) is known color: Charm. HEX triplet: CF, 66 and 79. RGB value is (207,102,121). Sum of RGB (Red+Green+Blue) = 207+102+121=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6679 is #309986. Grayscale: #878787. Windows color (decimal): -3185031 or 7956175. OLE color: 7956175.
HSL color Cylindrical-coordinate representation of color #CF6679: hue angle of 349.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6679 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 121 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.19 |
| HSL | 349.14º | 0.52% | 0.61% | - |
| HSV(B) | 349.14º | 0.51% | 0.81% | - |
| XYZ | 33.93 | 24.15 | 20.96 | - |
| YUV | 135.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 121 | 0 | 0.51 | 0.42 | 0.19 | 349.14 | 0.52 | 0.61 |
| Hex | CF | 66 | 79 | 0 | 33 | 2A | 13 | 15D | 34 | 3D |
| Octal | 317 | 146 | 171 | 0 | 63 | 52 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1111001 | 0 | 110011 | 101010 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF6679
Complementary color
Monochromatic Colors of #CF6679
Black with #CF6679
Text Example
Text Example
White with #CF6679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6679; }
p { color: rgb(207,102,121); }
H1.HeaderClassName
{
color: #CF6679;
}
.AnyTagClassName
{
color: #CF6679;
}
</style>
background-color css
<style>
a { background-color: #CF6679; }
a { background-color: rgb(207,102,121); }
div.DivClassName
{
background-color: #CF6679;
}
.BgClassName
{
background-color: #CF6679;
}
</style>
border-color css
<style>
span { border-color: #CF6679; }
span { border-color: rgb(207,102,121); }
td.TdClassName
{
border-color: #CF6679;
}
.TagClassName
{
border-color: #CF6679;
}
</style>