Shades of Charm #CF7F80
Tints of Charm #CF7F80
RGB
CMYK
RGB Variations
Color information
#CF7F80 (or 0xCF7F80) is known color: Charm. HEX triplet: CF, 7F and 80. RGB value is (207,127,128). Sum of RGB (Red+Green+Blue) = 207+127+128=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F80 is #30807F. Grayscale: #979797. Windows color (decimal): -3178624 or 8421327. OLE color: 8421327.
HSL color Cylindrical-coordinate representation of color #CF7F80: hue angle of 359.25º 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 #CF7F80 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 128 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.19 |
| HSL | 359.25º | 0.45% | 0.65% | - |
| HSV(B) | 359.25º | 0.39% | 0.81% | - |
| XYZ | 37.22 | 30 | 24.25 | - |
| YUV | 151.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 128 | 0 | 0.39 | 0.38 | 0.19 | 359.25 | 0.45 | 0.65 |
| Hex | CF | 7F | 80 | 0 | 27 | 26 | 13 | 167 | 2D | 41 |
| Octal | 317 | 177 | 200 | 0 | 47 | 46 | 23 | 547 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10000000 | 0 | 100111 | 100110 | 10011 | 101100111 | 101101 | 1000001 |
Color Harmonies of #CF7F80
Complementary color
Monochromatic Colors of #CF7F80
Black with #CF7F80
Text Example
Text Example
White with #CF7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F80; }
p { color: rgb(207,127,128); }
H1.HeaderClassName
{
color: #CF7F80;
}
.AnyTagClassName
{
color: #CF7F80;
}
</style>
background-color css
<style>
a { background-color: #CF7F80; }
a { background-color: rgb(207,127,128); }
div.DivClassName
{
background-color: #CF7F80;
}
.BgClassName
{
background-color: #CF7F80;
}
</style>
border-color css
<style>
span { border-color: #CF7F80; }
span { border-color: rgb(207,127,128); }
td.TdClassName
{
border-color: #CF7F80;
}
.TagClassName
{
border-color: #CF7F80;
}
</style>