Shades of Charm #CF7E88
Tints of Charm #CF7E88
RGB
CMYK
RGB Variations
Color information
#CF7E88 (or 0xCF7E88) is known color: Charm. HEX triplet: CF, 7E and 88. RGB value is (207,126,136). Sum of RGB (Red+Green+Blue) = 207+126+136=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E88 is #308177. Grayscale: #979797. Windows color (decimal): -3178872 or 8945359. OLE color: 8945359.
HSL color Cylindrical-coordinate representation of color #CF7E88: hue angle of 352.59º 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 #CF7E88 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 136 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.19 |
| HSL | 352.59º | 0.46% | 0.65% | - |
| HSV(B) | 352.59º | 0.39% | 0.81% | - |
| XYZ | 37.64 | 29.96 | 27.09 | - |
| YUV | 151.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 136 | 0 | 0.39 | 0.34 | 0.19 | 352.59 | 0.46 | 0.65 |
| Hex | CF | 7E | 88 | 0 | 27 | 22 | 13 | 161 | 2E | 41 |
| Octal | 317 | 176 | 210 | 0 | 47 | 42 | 23 | 541 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10001000 | 0 | 100111 | 100010 | 10011 | 101100001 | 101110 | 1000001 |
Color Harmonies of #CF7E88
Complementary color
Monochromatic Colors of #CF7E88
Black with #CF7E88
Text Example
Text Example
White with #CF7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E88; }
p { color: rgb(207,126,136); }
H1.HeaderClassName
{
color: #CF7E88;
}
.AnyTagClassName
{
color: #CF7E88;
}
</style>
background-color css
<style>
a { background-color: #CF7E88; }
a { background-color: rgb(207,126,136); }
div.DivClassName
{
background-color: #CF7E88;
}
.BgClassName
{
background-color: #CF7E88;
}
</style>
border-color css
<style>
span { border-color: #CF7E88; }
span { border-color: rgb(207,126,136); }
td.TdClassName
{
border-color: #CF7E88;
}
.TagClassName
{
border-color: #CF7E88;
}
</style>