Shades of Charm #CF707B
Tints of Charm #CF707B
RGB
CMYK
RGB Variations
Color information
#CF707B (or 0xCF707B) is known color: Charm. HEX triplet: CF, 70 and 7B. RGB value is (207,112,123). Sum of RGB (Red+Green+Blue) = 207+112+123=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF707B is #308F84. Grayscale: #8D8D8D. Windows color (decimal): -3182469 or 8089807. OLE color: 8089807.
HSL color Cylindrical-coordinate representation of color #CF707B: hue angle of 353.05º 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 #CF707B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 123 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.19 |
| HSL | 353.05º | 0.5% | 0.63% | - |
| HSV(B) | 353.05º | 0.46% | 0.81% | - |
| XYZ | 35.1 | 26.28 | 21.96 | - |
| YUV | 141.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 123 | 0 | 0.46 | 0.41 | 0.19 | 353.05 | 0.5 | 0.63 |
| Hex | CF | 70 | 7B | 0 | 2E | 29 | 13 | 161 | 32 | 3F |
| Octal | 317 | 160 | 173 | 0 | 56 | 51 | 23 | 541 | 62 | 77 |
| Binary | 11001111 | 1110000 | 1111011 | 0 | 101110 | 101001 | 10011 | 101100001 | 110010 | 111111 |
Color Harmonies of #CF707B
Complementary color
Monochromatic Colors of #CF707B
Black with #CF707B
Text Example
Text Example
White with #CF707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF707B; }
p { color: rgb(207,112,123); }
H1.HeaderClassName
{
color: #CF707B;
}
.AnyTagClassName
{
color: #CF707B;
}
</style>
background-color css
<style>
a { background-color: #CF707B; }
a { background-color: rgb(207,112,123); }
div.DivClassName
{
background-color: #CF707B;
}
.BgClassName
{
background-color: #CF707B;
}
</style>
border-color css
<style>
span { border-color: #CF707B; }
span { border-color: rgb(207,112,123); }
td.TdClassName
{
border-color: #CF707B;
}
.TagClassName
{
border-color: #CF707B;
}
</style>