Shades of Charm #CF7792
Tints of Charm #CF7792
RGB
CMYK
RGB Variations
Color information
#CF7792 (or 0xCF7792) is known color: Charm. HEX triplet: CF, 77 and 92. RGB value is (207,119,146). Sum of RGB (Red+Green+Blue) = 207+119+146=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7792 is #30886D. Grayscale: #949494. Windows color (decimal): -3180654 or 9598927. OLE color: 9598927.
HSL color Cylindrical-coordinate representation of color #CF7792: hue angle of 341.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7792 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 146 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.19 |
| HSL | 341.59º | 0.48% | 0.64% | - |
| HSV(B) | 341.59º | 0.43% | 0.81% | - |
| XYZ | 37.52 | 28.53 | 30.72 | - |
| YUV | 148.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 146 | 0 | 0.43 | 0.29 | 0.19 | 341.59 | 0.48 | 0.64 |
| Hex | CF | 77 | 92 | 0 | 2B | 1D | 13 | 156 | 30 | 40 |
| Octal | 317 | 167 | 222 | 0 | 53 | 35 | 23 | 526 | 60 | 100 |
| Binary | 11001111 | 1110111 | 10010010 | 0 | 101011 | 11101 | 10011 | 101010110 | 110000 | 1000000 |
Color Harmonies of #CF7792
Complementary color
Monochromatic Colors of #CF7792
Black with #CF7792
Text Example
Text Example
White with #CF7792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7792; }
p { color: rgb(207,119,146); }
H1.HeaderClassName
{
color: #CF7792;
}
.AnyTagClassName
{
color: #CF7792;
}
</style>
background-color css
<style>
a { background-color: #CF7792; }
a { background-color: rgb(207,119,146); }
div.DivClassName
{
background-color: #CF7792;
}
.BgClassName
{
background-color: #CF7792;
}
</style>
border-color css
<style>
span { border-color: #CF7792; }
span { border-color: rgb(207,119,146); }
td.TdClassName
{
border-color: #CF7792;
}
.TagClassName
{
border-color: #CF7792;
}
</style>