Shades of Charm #CF708C
Tints of Charm #CF708C
RGB
CMYK
RGB Variations
Color information
#CF708C (or 0xCF708C) is known color: Charm. HEX triplet: CF, 70 and 8C. RGB value is (207,112,140). Sum of RGB (Red+Green+Blue) = 207+112+140=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF708C is #308F73. Grayscale: #8F8F8F. Windows color (decimal): -3182452 or 9203919. OLE color: 9203919.
HSL color Cylindrical-coordinate representation of color #CF708C: hue angle of 342.32º 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 #CF708C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 140 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.19 |
| HSL | 342.32º | 0.5% | 0.63% | - |
| HSV(B) | 342.32º | 0.46% | 0.81% | - |
| XYZ | 36.26 | 26.75 | 28.06 | - |
| YUV | 143.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 140 | 0 | 0.46 | 0.32 | 0.19 | 342.32 | 0.5 | 0.63 |
| Hex | CF | 70 | 8C | 0 | 2E | 20 | 13 | 156 | 32 | 3F |
| Octal | 317 | 160 | 214 | 0 | 56 | 40 | 23 | 526 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10001100 | 0 | 101110 | 100000 | 10011 | 101010110 | 110010 | 111111 |
Color Harmonies of #CF708C
Complementary color
Monochromatic Colors of #CF708C
Black with #CF708C
Text Example
Text Example
White with #CF708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF708C; }
p { color: rgb(207,112,140); }
H1.HeaderClassName
{
color: #CF708C;
}
.AnyTagClassName
{
color: #CF708C;
}
</style>
background-color css
<style>
a { background-color: #CF708C; }
a { background-color: rgb(207,112,140); }
div.DivClassName
{
background-color: #CF708C;
}
.BgClassName
{
background-color: #CF708C;
}
</style>
border-color css
<style>
span { border-color: #CF708C; }
span { border-color: rgb(207,112,140); }
td.TdClassName
{
border-color: #CF708C;
}
.TagClassName
{
border-color: #CF708C;
}
</style>