Shades of Charm #CF7E91
Tints of Charm #CF7E91
RGB
CMYK
RGB Variations
Color information
#CF7E91 (or 0xCF7E91) is known color: Charm. HEX triplet: CF, 7E and 91. RGB value is (207,126,145). Sum of RGB (Red+Green+Blue) = 207+126+145=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E91 is #30816E. Grayscale: #989898. Windows color (decimal): -3178863 or 9535183. OLE color: 9535183.
HSL color Cylindrical-coordinate representation of color #CF7E91: hue angle of 345.93º 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 #CF7E91 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 145 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.19 |
| HSL | 345.93º | 0.46% | 0.65% | - |
| HSV(B) | 345.93º | 0.39% | 0.81% | - |
| XYZ | 38.3 | 30.23 | 30.6 | - |
| YUV | 152.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 145 | 0 | 0.39 | 0.30 | 0.19 | 345.93 | 0.46 | 0.65 |
| Hex | CF | 7E | 91 | 0 | 27 | 1E | 13 | 15A | 2E | 41 |
| Octal | 317 | 176 | 221 | 0 | 47 | 36 | 23 | 532 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10010001 | 0 | 100111 | 11110 | 10011 | 101011010 | 101110 | 1000001 |
Color Harmonies of #CF7E91
Complementary color
Monochromatic Colors of #CF7E91
Black with #CF7E91
Text Example
Text Example
White with #CF7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E91; }
p { color: rgb(207,126,145); }
H1.HeaderClassName
{
color: #CF7E91;
}
.AnyTagClassName
{
color: #CF7E91;
}
</style>
background-color css
<style>
a { background-color: #CF7E91; }
a { background-color: rgb(207,126,145); }
div.DivClassName
{
background-color: #CF7E91;
}
.BgClassName
{
background-color: #CF7E91;
}
</style>
border-color css
<style>
span { border-color: #CF7E91; }
span { border-color: rgb(207,126,145); }
td.TdClassName
{
border-color: #CF7E91;
}
.TagClassName
{
border-color: #CF7E91;
}
</style>