Shades of Charm #CF6A79
Tints of Charm #CF6A79
RGB
CMYK
RGB Variations
Color information
#CF6A79 (or 0xCF6A79) is known color: Charm. HEX triplet: CF, 6A and 79. RGB value is (207,106,121). Sum of RGB (Red+Green+Blue) = 207+106+121=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A79 is #309586. Grayscale: #898989. Windows color (decimal): -3184007 or 7957199. OLE color: 7957199.
HSL color Cylindrical-coordinate representation of color #CF6A79: hue angle of 351.09º degrees, saturation: 0.51, 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 #CF6A79 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 121 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.19 |
| HSL | 351.09º | 0.51% | 0.61% | - |
| HSV(B) | 351.09º | 0.49% | 0.81% | - |
| XYZ | 34.34 | 24.95 | 21.1 | - |
| YUV | 137.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 121 | 0 | 0.49 | 0.42 | 0.19 | 351.09 | 0.51 | 0.61 |
| Hex | CF | 6A | 79 | 0 | 31 | 2A | 13 | 15F | 33 | 3D |
| Octal | 317 | 152 | 171 | 0 | 61 | 52 | 23 | 537 | 63 | 75 |
| Binary | 11001111 | 1101010 | 1111001 | 0 | 110001 | 101010 | 10011 | 101011111 | 110011 | 111101 |
Color Harmonies of #CF6A79
Complementary color
Monochromatic Colors of #CF6A79
Black with #CF6A79
Text Example
Text Example
White with #CF6A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A79; }
p { color: rgb(207,106,121); }
H1.HeaderClassName
{
color: #CF6A79;
}
.AnyTagClassName
{
color: #CF6A79;
}
</style>
background-color css
<style>
a { background-color: #CF6A79; }
a { background-color: rgb(207,106,121); }
div.DivClassName
{
background-color: #CF6A79;
}
.BgClassName
{
background-color: #CF6A79;
}
</style>
border-color css
<style>
span { border-color: #CF6A79; }
span { border-color: rgb(207,106,121); }
td.TdClassName
{
border-color: #CF6A79;
}
.TagClassName
{
border-color: #CF6A79;
}
</style>