Shades of Charm #CF7582
Tints of Charm #CF7582
RGB
CMYK
RGB Variations
Color information
#CF7582 (or 0xCF7582) is known color: Charm. HEX triplet: CF, 75 and 82. RGB value is (207,117,130). Sum of RGB (Red+Green+Blue) = 207+117+130=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7582 is #308A7D. Grayscale: #919191. Windows color (decimal): -3181182 or 8549839. OLE color: 8549839.
HSL color Cylindrical-coordinate representation of color #CF7582: hue angle of 351.33º 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 #CF7582 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 130 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.19 |
| HSL | 351.33º | 0.48% | 0.64% | - |
| HSV(B) | 351.33º | 0.43% | 0.81% | - |
| XYZ | 36.12 | 27.6 | 24.54 | - |
| YUV | 145.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 130 | 0 | 0.43 | 0.37 | 0.19 | 351.33 | 0.48 | 0.64 |
| Hex | CF | 75 | 82 | 0 | 2B | 25 | 13 | 15F | 30 | 40 |
| Octal | 317 | 165 | 202 | 0 | 53 | 45 | 23 | 537 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10000010 | 0 | 101011 | 100101 | 10011 | 101011111 | 110000 | 1000000 |
Color Harmonies of #CF7582
Complementary color
Monochromatic Colors of #CF7582
Black with #CF7582
Text Example
Text Example
White with #CF7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7582; }
p { color: rgb(207,117,130); }
H1.HeaderClassName
{
color: #CF7582;
}
.AnyTagClassName
{
color: #CF7582;
}
</style>
background-color css
<style>
a { background-color: #CF7582; }
a { background-color: rgb(207,117,130); }
div.DivClassName
{
background-color: #CF7582;
}
.BgClassName
{
background-color: #CF7582;
}
</style>
border-color css
<style>
span { border-color: #CF7582; }
span { border-color: rgb(207,117,130); }
td.TdClassName
{
border-color: #CF7582;
}
.TagClassName
{
border-color: #CF7582;
}
</style>