Shades of Charm #CF6779
Tints of Charm #CF6779
RGB
CMYK
RGB Variations
Color information
#CF6779 (or 0xCF6779) is known color: Charm. HEX triplet: CF, 67 and 79. RGB value is (207,103,121). Sum of RGB (Red+Green+Blue) = 207+103+121=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6779 is #309886. Grayscale: #888888. Windows color (decimal): -3184775 or 7956431. OLE color: 7956431.
HSL color Cylindrical-coordinate representation of color #CF6779: hue angle of 349.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6779 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 121 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.19 |
| HSL | 349.62º | 0.52% | 0.61% | - |
| HSV(B) | 349.62º | 0.5% | 0.81% | - |
| XYZ | 34.03 | 24.35 | 20.99 | - |
| YUV | 136.15 | 119.46 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 121 | 0 | 0.50 | 0.42 | 0.19 | 349.62 | 0.52 | 0.61 |
| Hex | CF | 67 | 79 | 0 | 32 | 2A | 13 | 15E | 34 | 3D |
| Octal | 317 | 147 | 171 | 0 | 62 | 52 | 23 | 536 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1111001 | 0 | 110010 | 101010 | 10011 | 101011110 | 110100 | 111101 |
Color Harmonies of #CF6779
Complementary color
Monochromatic Colors of #CF6779
Black with #CF6779
Text Example
Text Example
White with #CF6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6779; }
p { color: rgb(207,103,121); }
H1.HeaderClassName
{
color: #CF6779;
}
.AnyTagClassName
{
color: #CF6779;
}
</style>
background-color css
<style>
a { background-color: #CF6779; }
a { background-color: rgb(207,103,121); }
div.DivClassName
{
background-color: #CF6779;
}
.BgClassName
{
background-color: #CF6779;
}
</style>
border-color css
<style>
span { border-color: #CF6779; }
span { border-color: rgb(207,103,121); }
td.TdClassName
{
border-color: #CF6779;
}
.TagClassName
{
border-color: #CF6779;
}
</style>