Shades of Charm #CF768E
Tints of Charm #CF768E
RGB
CMYK
RGB Variations
Color information
#CF768E (or 0xCF768E) is known color: Charm. HEX triplet: CF, 76 and 8E. RGB value is (207,118,142). Sum of RGB (Red+Green+Blue) = 207+118+142=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF768E is #308971. Grayscale: #939393. Windows color (decimal): -3180914 or 9336527. OLE color: 9336527.
HSL color Cylindrical-coordinate representation of color #CF768E: hue angle of 343.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF768E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 142 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.19 |
| HSL | 343.82º | 0.48% | 0.64% | - |
| HSV(B) | 343.82º | 0.43% | 0.81% | - |
| XYZ | 37.09 | 28.18 | 29.07 | - |
| YUV | 147.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 142 | 0 | 0.43 | 0.31 | 0.19 | 343.82 | 0.48 | 0.64 |
| Hex | CF | 76 | 8E | 0 | 2B | 1F | 13 | 158 | 30 | 40 |
| Octal | 317 | 166 | 216 | 0 | 53 | 37 | 23 | 530 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10001110 | 0 | 101011 | 11111 | 10011 | 101011000 | 110000 | 1000000 |
Color Harmonies of #CF768E
Complementary color
Monochromatic Colors of #CF768E
Black with #CF768E
Text Example
Text Example
White with #CF768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF768E; }
p { color: rgb(207,118,142); }
H1.HeaderClassName
{
color: #CF768E;
}
.AnyTagClassName
{
color: #CF768E;
}
</style>
background-color css
<style>
a { background-color: #CF768E; }
a { background-color: rgb(207,118,142); }
div.DivClassName
{
background-color: #CF768E;
}
.BgClassName
{
background-color: #CF768E;
}
</style>
border-color css
<style>
span { border-color: #CF768E; }
span { border-color: rgb(207,118,142); }
td.TdClassName
{
border-color: #CF768E;
}
.TagClassName
{
border-color: #CF768E;
}
</style>