Shades of Charm #CF788C
Tints of Charm #CF788C
RGB
CMYK
RGB Variations
Color information
#CF788C (or 0xCF788C) is known color: Charm. HEX triplet: CF, 78 and 8C. RGB value is (207,120,140). Sum of RGB (Red+Green+Blue) = 207+120+140=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF788C is #308773. Grayscale: #949494. Windows color (decimal): -3180404 or 9205967. OLE color: 9205967.
HSL color Cylindrical-coordinate representation of color #CF788C: hue angle of 346.21º 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 #CF788C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 140 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.19 |
| HSL | 346.21º | 0.48% | 0.64% | - |
| HSV(B) | 346.21º | 0.42% | 0.81% | - |
| XYZ | 37.18 | 28.59 | 28.37 | - |
| YUV | 148.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 140 | 0 | 0.42 | 0.32 | 0.19 | 346.21 | 0.48 | 0.64 |
| Hex | CF | 78 | 8C | 0 | 2A | 20 | 13 | 15A | 30 | 40 |
| Octal | 317 | 170 | 214 | 0 | 52 | 40 | 23 | 532 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10001100 | 0 | 101010 | 100000 | 10011 | 101011010 | 110000 | 1000000 |
Color Harmonies of #CF788C
Complementary color
Monochromatic Colors of #CF788C
Black with #CF788C
Text Example
Text Example
White with #CF788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF788C; }
p { color: rgb(207,120,140); }
H1.HeaderClassName
{
color: #CF788C;
}
.AnyTagClassName
{
color: #CF788C;
}
</style>
background-color css
<style>
a { background-color: #CF788C; }
a { background-color: rgb(207,120,140); }
div.DivClassName
{
background-color: #CF788C;
}
.BgClassName
{
background-color: #CF788C;
}
</style>
border-color css
<style>
span { border-color: #CF788C; }
span { border-color: rgb(207,120,140); }
td.TdClassName
{
border-color: #CF788C;
}
.TagClassName
{
border-color: #CF788C;
}
</style>