Shades of Charm #CF7088
Tints of Charm #CF7088
RGB
CMYK
RGB Variations
Color information
#CF7088 (or 0xCF7088) is known color: Charm. HEX triplet: CF, 70 and 88. RGB value is (207,112,136). Sum of RGB (Red+Green+Blue) = 207+112+136=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7088 is #308F77. Grayscale: #8F8F8F. Windows color (decimal): -3182456 or 8941775. OLE color: 8941775.
HSL color Cylindrical-coordinate representation of color #CF7088: hue angle of 344.84º 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 #CF7088 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 136 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.19 |
| HSL | 344.84º | 0.5% | 0.63% | - |
| HSV(B) | 344.84º | 0.46% | 0.81% | - |
| XYZ | 35.97 | 26.63 | 26.54 | - |
| YUV | 143.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 136 | 0 | 0.46 | 0.34 | 0.19 | 344.84 | 0.5 | 0.63 |
| Hex | CF | 70 | 88 | 0 | 2E | 22 | 13 | 159 | 32 | 3F |
| Octal | 317 | 160 | 210 | 0 | 56 | 42 | 23 | 531 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10001000 | 0 | 101110 | 100010 | 10011 | 101011001 | 110010 | 111111 |
Color Harmonies of #CF7088
Complementary color
Monochromatic Colors of #CF7088
Black with #CF7088
Text Example
Text Example
White with #CF7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7088; }
p { color: rgb(207,112,136); }
H1.HeaderClassName
{
color: #CF7088;
}
.AnyTagClassName
{
color: #CF7088;
}
</style>
background-color css
<style>
a { background-color: #CF7088; }
a { background-color: rgb(207,112,136); }
div.DivClassName
{
background-color: #CF7088;
}
.BgClassName
{
background-color: #CF7088;
}
</style>
border-color css
<style>
span { border-color: #CF7088; }
span { border-color: rgb(207,112,136); }
td.TdClassName
{
border-color: #CF7088;
}
.TagClassName
{
border-color: #CF7088;
}
</style>