Shades of Charm #CF7085
Tints of Charm #CF7085
RGB
CMYK
RGB Variations
Color information
#CF7085 (or 0xCF7085) is known color: Charm. HEX triplet: CF, 70 and 85. RGB value is (207,112,133). Sum of RGB (Red+Green+Blue) = 207+112+133=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7085 is #308F7A. Grayscale: #8E8E8E. Windows color (decimal): -3182459 or 8745167. OLE color: 8745167.
HSL color Cylindrical-coordinate representation of color #CF7085: hue angle of 346.74º 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 #CF7085 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 133 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.19 |
| HSL | 346.74º | 0.5% | 0.63% | - |
| HSV(B) | 346.74º | 0.46% | 0.81% | - |
| XYZ | 35.76 | 26.55 | 25.43 | - |
| YUV | 142.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 133 | 0 | 0.46 | 0.36 | 0.19 | 346.74 | 0.5 | 0.63 |
| Hex | CF | 70 | 85 | 0 | 2E | 24 | 13 | 15B | 32 | 3F |
| Octal | 317 | 160 | 205 | 0 | 56 | 44 | 23 | 533 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10000101 | 0 | 101110 | 100100 | 10011 | 101011011 | 110010 | 111111 |
Color Harmonies of #CF7085
Complementary color
Monochromatic Colors of #CF7085
Black with #CF7085
Text Example
Text Example
White with #CF7085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7085; }
p { color: rgb(207,112,133); }
H1.HeaderClassName
{
color: #CF7085;
}
.AnyTagClassName
{
color: #CF7085;
}
</style>
background-color css
<style>
a { background-color: #CF7085; }
a { background-color: rgb(207,112,133); }
div.DivClassName
{
background-color: #CF7085;
}
.BgClassName
{
background-color: #CF7085;
}
</style>
border-color css
<style>
span { border-color: #CF7085; }
span { border-color: rgb(207,112,133); }
td.TdClassName
{
border-color: #CF7085;
}
.TagClassName
{
border-color: #CF7085;
}
</style>