Shades of Charm #CF708B
Tints of Charm #CF708B
RGB
CMYK
RGB Variations
Color information
#CF708B (or 0xCF708B) is known color: Charm. HEX triplet: CF, 70 and 8B. RGB value is (207,112,139). Sum of RGB (Red+Green+Blue) = 207+112+139=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF708B is #308F74. Grayscale: #8F8F8F. Windows color (decimal): -3182453 or 9138383. OLE color: 9138383.
HSL color Cylindrical-coordinate representation of color #CF708B: hue angle of 342.95º 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 #CF708B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 139 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.19 |
| HSL | 342.95º | 0.5% | 0.63% | - |
| HSV(B) | 342.95º | 0.46% | 0.81% | - |
| XYZ | 36.19 | 26.72 | 27.68 | - |
| YUV | 143.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 139 | 0 | 0.46 | 0.33 | 0.19 | 342.95 | 0.5 | 0.63 |
| Hex | CF | 70 | 8B | 0 | 2E | 21 | 13 | 157 | 32 | 3F |
| Octal | 317 | 160 | 213 | 0 | 56 | 41 | 23 | 527 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10001011 | 0 | 101110 | 100001 | 10011 | 101010111 | 110010 | 111111 |
Color Harmonies of #CF708B
Complementary color
Monochromatic Colors of #CF708B
Black with #CF708B
Text Example
Text Example
White with #CF708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF708B; }
p { color: rgb(207,112,139); }
H1.HeaderClassName
{
color: #CF708B;
}
.AnyTagClassName
{
color: #CF708B;
}
</style>
background-color css
<style>
a { background-color: #CF708B; }
a { background-color: rgb(207,112,139); }
div.DivClassName
{
background-color: #CF708B;
}
.BgClassName
{
background-color: #CF708B;
}
</style>
border-color css
<style>
span { border-color: #CF708B; }
span { border-color: rgb(207,112,139); }
td.TdClassName
{
border-color: #CF708B;
}
.TagClassName
{
border-color: #CF708B;
}
</style>