Shades of Charm #CF7F8B
Tints of Charm #CF7F8B
RGB
CMYK
RGB Variations
Color information
#CF7F8B (or 0xCF7F8B) is known color: Charm. HEX triplet: CF, 7F and 8B. RGB value is (207,127,139). Sum of RGB (Red+Green+Blue) = 207+127+139=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F8B is #308074. Grayscale: #989898. Windows color (decimal): -3178613 or 9142223. OLE color: 9142223.
HSL color Cylindrical-coordinate representation of color #CF7F8B: hue angle of 351º degrees, saturation: 0.45, 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 #CF7F8B is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 139 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.19 |
| HSL | 351º | 0.45% | 0.65% | - |
| HSV(B) | 351º | 0.39% | 0.81% | - |
| XYZ | 37.98 | 30.31 | 28.27 | - |
| YUV | 152.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 139 | 0 | 0.39 | 0.33 | 0.19 | 351 | 0.45 | 0.65 |
| Hex | CF | 7F | 8B | 0 | 27 | 21 | 13 | 15F | 2D | 41 |
| Octal | 317 | 177 | 213 | 0 | 47 | 41 | 23 | 537 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10001011 | 0 | 100111 | 100001 | 10011 | 101011111 | 101101 | 1000001 |
Color Harmonies of #CF7F8B
Complementary color
Monochromatic Colors of #CF7F8B
Black with #CF7F8B
Text Example
Text Example
White with #CF7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F8B; }
p { color: rgb(207,127,139); }
H1.HeaderClassName
{
color: #CF7F8B;
}
.AnyTagClassName
{
color: #CF7F8B;
}
</style>
background-color css
<style>
a { background-color: #CF7F8B; }
a { background-color: rgb(207,127,139); }
div.DivClassName
{
background-color: #CF7F8B;
}
.BgClassName
{
background-color: #CF7F8B;
}
</style>
border-color css
<style>
span { border-color: #CF7F8B; }
span { border-color: rgb(207,127,139); }
td.TdClassName
{
border-color: #CF7F8B;
}
.TagClassName
{
border-color: #CF7F8B;
}
</style>