Shades of Charm #CF788B
Tints of Charm #CF788B
RGB
CMYK
RGB Variations
Color information
#CF788B (or 0xCF788B) is known color: Charm. HEX triplet: CF, 78 and 8B. RGB value is (207,120,139). Sum of RGB (Red+Green+Blue) = 207+120+139=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF788B is #308774. Grayscale: #949494. Windows color (decimal): -3180405 or 9140431. OLE color: 9140431.
HSL color Cylindrical-coordinate representation of color #CF788B: hue angle of 346.9º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF788B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 139 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.19 |
| HSL | 346.9º | 0.48% | 0.64% | - |
| HSV(B) | 346.9º | 0.42% | 0.81% | - |
| XYZ | 37.11 | 28.56 | 27.98 | - |
| YUV | 148.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 139 | 0 | 0.42 | 0.33 | 0.19 | 346.9 | 0.48 | 0.64 |
| Hex | CF | 78 | 8B | 0 | 2A | 21 | 13 | 15B | 30 | 40 |
| Octal | 317 | 170 | 213 | 0 | 52 | 41 | 23 | 533 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10001011 | 0 | 101010 | 100001 | 10011 | 101011011 | 110000 | 1000000 |
Color Harmonies of #CF788B
Complementary color
Monochromatic Colors of #CF788B
Black with #CF788B
Text Example
Text Example
White with #CF788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF788B; }
p { color: rgb(207,120,139); }
H1.HeaderClassName
{
color: #CF788B;
}
.AnyTagClassName
{
color: #CF788B;
}
</style>
background-color css
<style>
a { background-color: #CF788B; }
a { background-color: rgb(207,120,139); }
div.DivClassName
{
background-color: #CF788B;
}
.BgClassName
{
background-color: #CF788B;
}
</style>
border-color css
<style>
span { border-color: #CF788B; }
span { border-color: rgb(207,120,139); }
td.TdClassName
{
border-color: #CF788B;
}
.TagClassName
{
border-color: #CF788B;
}
</style>