Shades of Charm #CF7E90
Tints of Charm #CF7E90
RGB
CMYK
RGB Variations
Color information
#CF7E90 (or 0xCF7E90) is known color: Charm. HEX triplet: CF, 7E and 90. RGB value is (207,126,144). Sum of RGB (Red+Green+Blue) = 207+126+144=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E90 is #30816F. Grayscale: #989898. Windows color (decimal): -3178864 or 9469647. OLE color: 9469647.
HSL color Cylindrical-coordinate representation of color #CF7E90: hue angle of 346.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7E90 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 144 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.19 |
| HSL | 346.67º | 0.46% | 0.65% | - |
| HSV(B) | 346.67º | 0.39% | 0.81% | - |
| XYZ | 38.23 | 30.2 | 30.2 | - |
| YUV | 152.27 | 123.34 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 144 | 0 | 0.39 | 0.30 | 0.19 | 346.67 | 0.46 | 0.65 |
| Hex | CF | 7E | 90 | 0 | 27 | 1E | 13 | 15B | 2E | 41 |
| Octal | 317 | 176 | 220 | 0 | 47 | 36 | 23 | 533 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10010000 | 0 | 100111 | 11110 | 10011 | 101011011 | 101110 | 1000001 |
Color Harmonies of #CF7E90
Complementary color
Monochromatic Colors of #CF7E90
Black with #CF7E90
Text Example
Text Example
White with #CF7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E90; }
p { color: rgb(207,126,144); }
H1.HeaderClassName
{
color: #CF7E90;
}
.AnyTagClassName
{
color: #CF7E90;
}
</style>
background-color css
<style>
a { background-color: #CF7E90; }
a { background-color: rgb(207,126,144); }
div.DivClassName
{
background-color: #CF7E90;
}
.BgClassName
{
background-color: #CF7E90;
}
</style>
border-color css
<style>
span { border-color: #CF7E90; }
span { border-color: rgb(207,126,144); }
td.TdClassName
{
border-color: #CF7E90;
}
.TagClassName
{
border-color: #CF7E90;
}
</style>