Shades of Charm #CF7285
Tints of Charm #CF7285
RGB
CMYK
RGB Variations
Color information
#CF7285 (or 0xCF7285) is known color: Charm. HEX triplet: CF, 72 and 85. RGB value is (207,114,133). Sum of RGB (Red+Green+Blue) = 207+114+133=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7285 is #308D7A. Grayscale: #8F8F8F. Windows color (decimal): -3181947 or 8745679. OLE color: 8745679.
HSL color Cylindrical-coordinate representation of color #CF7285: hue angle of 347.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7285 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 133 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.19 |
| HSL | 347.74º | 0.49% | 0.63% | - |
| HSV(B) | 347.74º | 0.45% | 0.81% | - |
| XYZ | 35.98 | 26.99 | 25.5 | - |
| YUV | 143.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 133 | 0 | 0.45 | 0.36 | 0.19 | 347.74 | 0.49 | 0.63 |
| Hex | CF | 72 | 85 | 0 | 2D | 24 | 13 | 15C | 31 | 3F |
| Octal | 317 | 162 | 205 | 0 | 55 | 44 | 23 | 534 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10000101 | 0 | 101101 | 100100 | 10011 | 101011100 | 110001 | 111111 |
Color Harmonies of #CF7285
Complementary color
Monochromatic Colors of #CF7285
Black with #CF7285
Text Example
Text Example
White with #CF7285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7285; }
p { color: rgb(207,114,133); }
H1.HeaderClassName
{
color: #CF7285;
}
.AnyTagClassName
{
color: #CF7285;
}
</style>
background-color css
<style>
a { background-color: #CF7285; }
a { background-color: rgb(207,114,133); }
div.DivClassName
{
background-color: #CF7285;
}
.BgClassName
{
background-color: #CF7285;
}
</style>
border-color css
<style>
span { border-color: #CF7285; }
span { border-color: rgb(207,114,133); }
td.TdClassName
{
border-color: #CF7285;
}
.TagClassName
{
border-color: #CF7285;
}
</style>