Shades of Charm #CF7084
Tints of Charm #CF7084
RGB
CMYK
RGB Variations
Color information
#CF7084 (or 0xCF7084) is known color: Charm. HEX triplet: CF, 70 and 84. RGB value is (207,112,132). Sum of RGB (Red+Green+Blue) = 207+112+132=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7084 is #308F7B. Grayscale: #8E8E8E. Windows color (decimal): -3182460 or 8679631. OLE color: 8679631.
HSL color Cylindrical-coordinate representation of color #CF7084: hue angle of 347.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7084 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 132 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.19 |
| HSL | 347.37º | 0.5% | 0.63% | - |
| HSV(B) | 347.37º | 0.46% | 0.81% | - |
| XYZ | 35.69 | 26.52 | 25.07 | - |
| YUV | 142.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 132 | 0 | 0.46 | 0.36 | 0.19 | 347.37 | 0.5 | 0.63 |
| Hex | CF | 70 | 84 | 0 | 2E | 24 | 13 | 15B | 32 | 3F |
| Octal | 317 | 160 | 204 | 0 | 56 | 44 | 23 | 533 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10000100 | 0 | 101110 | 100100 | 10011 | 101011011 | 110010 | 111111 |
Color Harmonies of #CF7084
Complementary color
Monochromatic Colors of #CF7084
Black with #CF7084
Text Example
Text Example
White with #CF7084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7084; }
p { color: rgb(207,112,132); }
H1.HeaderClassName
{
color: #CF7084;
}
.AnyTagClassName
{
color: #CF7084;
}
</style>
background-color css
<style>
a { background-color: #CF7084; }
a { background-color: rgb(207,112,132); }
div.DivClassName
{
background-color: #CF7084;
}
.BgClassName
{
background-color: #CF7084;
}
</style>
border-color css
<style>
span { border-color: #CF7084; }
span { border-color: rgb(207,112,132); }
td.TdClassName
{
border-color: #CF7084;
}
.TagClassName
{
border-color: #CF7084;
}
</style>