Shades of Charm #CF7E84
Tints of Charm #CF7E84
RGB
CMYK
RGB Variations
Color information
#CF7E84 (or 0xCF7E84) is known color: Charm. HEX triplet: CF, 7E and 84. RGB value is (207,126,132). Sum of RGB (Red+Green+Blue) = 207+126+132=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E84 is #30817B. Grayscale: #969696. Windows color (decimal): -3178876 or 8683215. OLE color: 8683215.
HSL color Cylindrical-coordinate representation of color #CF7E84: hue angle of 355.56º 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 #CF7E84 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 132 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.19 |
| HSL | 355.56º | 0.46% | 0.65% | - |
| HSV(B) | 355.56º | 0.39% | 0.81% | - |
| XYZ | 37.36 | 29.85 | 25.62 | - |
| YUV | 150.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 132 | 0 | 0.39 | 0.36 | 0.19 | 355.56 | 0.46 | 0.65 |
| Hex | CF | 7E | 84 | 0 | 27 | 24 | 13 | 164 | 2E | 41 |
| Octal | 317 | 176 | 204 | 0 | 47 | 44 | 23 | 544 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10000100 | 0 | 100111 | 100100 | 10011 | 101100100 | 101110 | 1000001 |
Color Harmonies of #CF7E84
Complementary color
Monochromatic Colors of #CF7E84
Black with #CF7E84
Text Example
Text Example
White with #CF7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E84; }
p { color: rgb(207,126,132); }
H1.HeaderClassName
{
color: #CF7E84;
}
.AnyTagClassName
{
color: #CF7E84;
}
</style>
background-color css
<style>
a { background-color: #CF7E84; }
a { background-color: rgb(207,126,132); }
div.DivClassName
{
background-color: #CF7E84;
}
.BgClassName
{
background-color: #CF7E84;
}
</style>
border-color css
<style>
span { border-color: #CF7E84; }
span { border-color: rgb(207,126,132); }
td.TdClassName
{
border-color: #CF7E84;
}
.TagClassName
{
border-color: #CF7E84;
}
</style>