Shades of Charm #CF727A
Tints of Charm #CF727A
RGB
CMYK
RGB Variations
Color information
#CF727A (or 0xCF727A) is known color: Charm. HEX triplet: CF, 72 and 7A. RGB value is (207,114,122). Sum of RGB (Red+Green+Blue) = 207+114+122=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF727A is #308D85. Grayscale: #8E8E8E. Windows color (decimal): -3181958 or 8024783. OLE color: 8024783.
HSL color Cylindrical-coordinate representation of color #CF727A: hue angle of 354.84º 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 #CF727A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 122 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.19 |
| HSL | 354.84º | 0.49% | 0.63% | - |
| HSV(B) | 354.84º | 0.45% | 0.81% | - |
| XYZ | 35.26 | 26.71 | 21.71 | - |
| YUV | 142.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 122 | 0 | 0.45 | 0.41 | 0.19 | 354.84 | 0.49 | 0.63 |
| Hex | CF | 72 | 7A | 0 | 2D | 29 | 13 | 163 | 31 | 3F |
| Octal | 317 | 162 | 172 | 0 | 55 | 51 | 23 | 543 | 61 | 77 |
| Binary | 11001111 | 1110010 | 1111010 | 0 | 101101 | 101001 | 10011 | 101100011 | 110001 | 111111 |
Color Harmonies of #CF727A
Complementary color
Monochromatic Colors of #CF727A
Black with #CF727A
Text Example
Text Example
White with #CF727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF727A; }
p { color: rgb(207,114,122); }
H1.HeaderClassName
{
color: #CF727A;
}
.AnyTagClassName
{
color: #CF727A;
}
</style>
background-color css
<style>
a { background-color: #CF727A; }
a { background-color: rgb(207,114,122); }
div.DivClassName
{
background-color: #CF727A;
}
.BgClassName
{
background-color: #CF727A;
}
</style>
border-color css
<style>
span { border-color: #CF727A; }
span { border-color: rgb(207,114,122); }
td.TdClassName
{
border-color: #CF727A;
}
.TagClassName
{
border-color: #CF727A;
}
</style>