Shades of Charm #CF7985
Tints of Charm #CF7985
RGB
CMYK
RGB Variations
Color information
#CF7985 (or 0xCF7985) is known color: Charm. HEX triplet: CF, 79 and 85. RGB value is (207,121,133). Sum of RGB (Red+Green+Blue) = 207+121+133=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7985 is #30867A. Grayscale: #949494. Windows color (decimal): -3180155 or 8747471. OLE color: 8747471.
HSL color Cylindrical-coordinate representation of color #CF7985: hue angle of 351.63º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7985 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 133 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.19 |
| HSL | 351.63º | 0.47% | 0.64% | - |
| HSV(B) | 351.63º | 0.42% | 0.81% | - |
| XYZ | 36.8 | 28.63 | 25.78 | - |
| YUV | 148.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 133 | 0 | 0.42 | 0.36 | 0.19 | 351.63 | 0.47 | 0.64 |
| Hex | CF | 79 | 85 | 0 | 2A | 24 | 13 | 160 | 2F | 40 |
| Octal | 317 | 171 | 205 | 0 | 52 | 44 | 23 | 540 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10000101 | 0 | 101010 | 100100 | 10011 | 101100000 | 101111 | 1000000 |
Color Harmonies of #CF7985
Complementary color
Monochromatic Colors of #CF7985
Black with #CF7985
Text Example
Text Example
White with #CF7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7985; }
p { color: rgb(207,121,133); }
H1.HeaderClassName
{
color: #CF7985;
}
.AnyTagClassName
{
color: #CF7985;
}
</style>
background-color css
<style>
a { background-color: #CF7985; }
a { background-color: rgb(207,121,133); }
div.DivClassName
{
background-color: #CF7985;
}
.BgClassName
{
background-color: #CF7985;
}
</style>
border-color css
<style>
span { border-color: #CF7985; }
span { border-color: rgb(207,121,133); }
td.TdClassName
{
border-color: #CF7985;
}
.TagClassName
{
border-color: #CF7985;
}
</style>