Shades of Charm #CF728B
Tints of Charm #CF728B
RGB
CMYK
RGB Variations
Color information
#CF728B (or 0xCF728B) is known color: Charm. HEX triplet: CF, 72 and 8B. RGB value is (207,114,139). Sum of RGB (Red+Green+Blue) = 207+114+139=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF728B is #308D74. Grayscale: #909090. Windows color (decimal): -3181941 or 9138895. OLE color: 9138895.
HSL color Cylindrical-coordinate representation of color #CF728B: hue angle of 343.87º 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 #CF728B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 139 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.19 |
| HSL | 343.87º | 0.49% | 0.63% | - |
| HSV(B) | 343.87º | 0.45% | 0.81% | - |
| XYZ | 36.41 | 27.16 | 27.75 | - |
| YUV | 144.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 139 | 0 | 0.45 | 0.33 | 0.19 | 343.87 | 0.49 | 0.63 |
| Hex | CF | 72 | 8B | 0 | 2D | 21 | 13 | 158 | 31 | 3F |
| Octal | 317 | 162 | 213 | 0 | 55 | 41 | 23 | 530 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10001011 | 0 | 101101 | 100001 | 10011 | 101011000 | 110001 | 111111 |
Color Harmonies of #CF728B
Complementary color
Monochromatic Colors of #CF728B
Black with #CF728B
Text Example
Text Example
White with #CF728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF728B; }
p { color: rgb(207,114,139); }
H1.HeaderClassName
{
color: #CF728B;
}
.AnyTagClassName
{
color: #CF728B;
}
</style>
background-color css
<style>
a { background-color: #CF728B; }
a { background-color: rgb(207,114,139); }
div.DivClassName
{
background-color: #CF728B;
}
.BgClassName
{
background-color: #CF728B;
}
</style>
border-color css
<style>
span { border-color: #CF728B; }
span { border-color: rgb(207,114,139); }
td.TdClassName
{
border-color: #CF728B;
}
.TagClassName
{
border-color: #CF728B;
}
</style>