Shades of Charm #CF728E
Tints of Charm #CF728E
RGB
CMYK
RGB Variations
Color information
#CF728E (or 0xCF728E) is known color: Charm. HEX triplet: CF, 72 and 8E. RGB value is (207,114,142). Sum of RGB (Red+Green+Blue) = 207+114+142=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF728E is #308D71. Grayscale: #909090. Windows color (decimal): -3181938 or 9335503. OLE color: 9335503.
HSL color Cylindrical-coordinate representation of color #CF728E: hue angle of 341.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF728E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 142 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.19 |
| HSL | 341.94º | 0.49% | 0.63% | - |
| HSV(B) | 341.94º | 0.45% | 0.81% | - |
| XYZ | 36.63 | 27.25 | 28.92 | - |
| YUV | 145 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 142 | 0 | 0.45 | 0.31 | 0.19 | 341.94 | 0.49 | 0.63 |
| Hex | CF | 72 | 8E | 0 | 2D | 1F | 13 | 156 | 31 | 3F |
| Octal | 317 | 162 | 216 | 0 | 55 | 37 | 23 | 526 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10001110 | 0 | 101101 | 11111 | 10011 | 101010110 | 110001 | 111111 |
Color Harmonies of #CF728E
Complementary color
Monochromatic Colors of #CF728E
Black with #CF728E
Text Example
Text Example
White with #CF728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF728E; }
p { color: rgb(207,114,142); }
H1.HeaderClassName
{
color: #CF728E;
}
.AnyTagClassName
{
color: #CF728E;
}
</style>
background-color css
<style>
a { background-color: #CF728E; }
a { background-color: rgb(207,114,142); }
div.DivClassName
{
background-color: #CF728E;
}
.BgClassName
{
background-color: #CF728E;
}
</style>
border-color css
<style>
span { border-color: #CF728E; }
span { border-color: rgb(207,114,142); }
td.TdClassName
{
border-color: #CF728E;
}
.TagClassName
{
border-color: #CF728E;
}
</style>