Shades of Charm #CF7890
Tints of Charm #CF7890
RGB
CMYK
RGB Variations
Color information
#CF7890 (or 0xCF7890) is known color: Charm. HEX triplet: CF, 78 and 90. RGB value is (207,120,144). Sum of RGB (Red+Green+Blue) = 207+120+144=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7890 is #30876F. Grayscale: #949494. Windows color (decimal): -3180400 or 9468111. OLE color: 9468111.
HSL color Cylindrical-coordinate representation of color #CF7890: hue angle of 343.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7890 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 144 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.19 |
| HSL | 343.45º | 0.48% | 0.64% | - |
| HSV(B) | 343.45º | 0.42% | 0.81% | - |
| XYZ | 37.48 | 28.71 | 29.95 | - |
| YUV | 148.75 | 125.32 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 144 | 0 | 0.42 | 0.30 | 0.19 | 343.45 | 0.48 | 0.64 |
| Hex | CF | 78 | 90 | 0 | 2A | 1E | 13 | 157 | 30 | 40 |
| Octal | 317 | 170 | 220 | 0 | 52 | 36 | 23 | 527 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10010000 | 0 | 101010 | 11110 | 10011 | 101010111 | 110000 | 1000000 |
Color Harmonies of #CF7890
Complementary color
Monochromatic Colors of #CF7890
Black with #CF7890
Text Example
Text Example
White with #CF7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7890; }
p { color: rgb(207,120,144); }
H1.HeaderClassName
{
color: #CF7890;
}
.AnyTagClassName
{
color: #CF7890;
}
</style>
background-color css
<style>
a { background-color: #CF7890; }
a { background-color: rgb(207,120,144); }
div.DivClassName
{
background-color: #CF7890;
}
.BgClassName
{
background-color: #CF7890;
}
</style>
border-color css
<style>
span { border-color: #CF7890; }
span { border-color: rgb(207,120,144); }
td.TdClassName
{
border-color: #CF7890;
}
.TagClassName
{
border-color: #CF7890;
}
</style>