Shades of Charm #CF787F
Tints of Charm #CF787F
RGB
CMYK
RGB Variations
Color information
#CF787F (or 0xCF787F) is known color: Charm. HEX triplet: CF, 78 and 7F. RGB value is (207,120,127). Sum of RGB (Red+Green+Blue) = 207+120+127=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF787F is #308780. Grayscale: #929292. Windows color (decimal): -3180417 or 8353999. OLE color: 8353999.
HSL color Cylindrical-coordinate representation of color #CF787F: hue angle of 355.17º 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 #CF787F is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 127 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.19 |
| HSL | 355.17º | 0.48% | 0.64% | - |
| HSV(B) | 355.17º | 0.42% | 0.81% | - |
| XYZ | 36.28 | 28.23 | 23.62 | - |
| YUV | 146.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 127 | 0 | 0.42 | 0.39 | 0.19 | 355.17 | 0.48 | 0.64 |
| Hex | CF | 78 | 7F | 0 | 2A | 27 | 13 | 163 | 30 | 40 |
| Octal | 317 | 170 | 177 | 0 | 52 | 47 | 23 | 543 | 60 | 100 |
| Binary | 11001111 | 1111000 | 1111111 | 0 | 101010 | 100111 | 10011 | 101100011 | 110000 | 1000000 |
Color Harmonies of #CF787F
Complementary color
Monochromatic Colors of #CF787F
Black with #CF787F
Text Example
Text Example
White with #CF787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF787F; }
p { color: rgb(207,120,127); }
H1.HeaderClassName
{
color: #CF787F;
}
.AnyTagClassName
{
color: #CF787F;
}
</style>
background-color css
<style>
a { background-color: #CF787F; }
a { background-color: rgb(207,120,127); }
div.DivClassName
{
background-color: #CF787F;
}
.BgClassName
{
background-color: #CF787F;
}
</style>
border-color css
<style>
span { border-color: #CF787F; }
span { border-color: rgb(207,120,127); }
td.TdClassName
{
border-color: #CF787F;
}
.TagClassName
{
border-color: #CF787F;
}
</style>