Shades of Charm #CF7A89
Tints of Charm #CF7A89
RGB
CMYK
RGB Variations
Color information
#CF7A89 (or 0xCF7A89) is known color: Charm. HEX triplet: CF, 7A and 89. RGB value is (207,122,137). Sum of RGB (Red+Green+Blue) = 207+122+137=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7A89 is #308576. Grayscale: #959595. Windows color (decimal): -3179895 or 9009871. OLE color: 9009871.
HSL color Cylindrical-coordinate representation of color #CF7A89: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7A89 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 137 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.19 |
| HSL | 349.41º | 0.47% | 0.65% | - |
| HSV(B) | 349.41º | 0.41% | 0.81% | - |
| XYZ | 37.21 | 28.99 | 27.3 | - |
| YUV | 149.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 137 | 0 | 0.41 | 0.34 | 0.19 | 349.41 | 0.47 | 0.65 |
| Hex | CF | 7A | 89 | 0 | 29 | 22 | 13 | 15D | 2F | 41 |
| Octal | 317 | 172 | 211 | 0 | 51 | 42 | 23 | 535 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10001001 | 0 | 101001 | 100010 | 10011 | 101011101 | 101111 | 1000001 |
Color Harmonies of #CF7A89
Complementary color
Monochromatic Colors of #CF7A89
Black with #CF7A89
Text Example
Text Example
White with #CF7A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A89; }
p { color: rgb(207,122,137); }
H1.HeaderClassName
{
color: #CF7A89;
}
.AnyTagClassName
{
color: #CF7A89;
}
</style>
background-color css
<style>
a { background-color: #CF7A89; }
a { background-color: rgb(207,122,137); }
div.DivClassName
{
background-color: #CF7A89;
}
.BgClassName
{
background-color: #CF7A89;
}
</style>
border-color css
<style>
span { border-color: #CF7A89; }
span { border-color: rgb(207,122,137); }
td.TdClassName
{
border-color: #CF7A89;
}
.TagClassName
{
border-color: #CF7A89;
}
</style>