Shades of Charm #CF7682
Tints of Charm #CF7682
RGB
CMYK
RGB Variations
Color information
#CF7682 (or 0xCF7682) is known color: Charm. HEX triplet: CF, 76 and 82. RGB value is (207,118,130). Sum of RGB (Red+Green+Blue) = 207+118+130=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7682 is #30897D. Grayscale: #929292. Windows color (decimal): -3180926 or 8550095. OLE color: 8550095.
HSL color Cylindrical-coordinate representation of color #CF7682: hue angle of 351.91º 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 #CF7682 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 130 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.19 |
| HSL | 351.91º | 0.48% | 0.64% | - |
| HSV(B) | 351.91º | 0.43% | 0.81% | - |
| XYZ | 36.24 | 27.83 | 24.58 | - |
| YUV | 145.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 130 | 0 | 0.43 | 0.37 | 0.19 | 351.91 | 0.48 | 0.64 |
| Hex | CF | 76 | 82 | 0 | 2B | 25 | 13 | 160 | 30 | 40 |
| Octal | 317 | 166 | 202 | 0 | 53 | 45 | 23 | 540 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10000010 | 0 | 101011 | 100101 | 10011 | 101100000 | 110000 | 1000000 |
Color Harmonies of #CF7682
Complementary color
Monochromatic Colors of #CF7682
Black with #CF7682
Text Example
Text Example
White with #CF7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7682; }
p { color: rgb(207,118,130); }
H1.HeaderClassName
{
color: #CF7682;
}
.AnyTagClassName
{
color: #CF7682;
}
</style>
background-color css
<style>
a { background-color: #CF7682; }
a { background-color: rgb(207,118,130); }
div.DivClassName
{
background-color: #CF7682;
}
.BgClassName
{
background-color: #CF7682;
}
</style>
border-color css
<style>
span { border-color: #CF7682; }
span { border-color: rgb(207,118,130); }
td.TdClassName
{
border-color: #CF7682;
}
.TagClassName
{
border-color: #CF7682;
}
</style>