Shades of Charm #CF768C
Tints of Charm #CF768C
RGB
CMYK
RGB Variations
Color information
#CF768C (or 0xCF768C) is known color: Charm. HEX triplet: CF, 76 and 8C. RGB value is (207,118,140). Sum of RGB (Red+Green+Blue) = 207+118+140=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF768C is #308973. Grayscale: #939393. Windows color (decimal): -3180916 or 9205455. OLE color: 9205455.
HSL color Cylindrical-coordinate representation of color #CF768C: hue angle of 345.17º 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 #CF768C is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 140 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.19 |
| HSL | 345.17º | 0.48% | 0.64% | - |
| HSV(B) | 345.17º | 0.43% | 0.81% | - |
| XYZ | 36.94 | 28.12 | 28.29 | - |
| YUV | 147.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 140 | 0 | 0.43 | 0.32 | 0.19 | 345.17 | 0.48 | 0.64 |
| Hex | CF | 76 | 8C | 0 | 2B | 20 | 13 | 159 | 30 | 40 |
| Octal | 317 | 166 | 214 | 0 | 53 | 40 | 23 | 531 | 60 | 100 |
| Binary | 11001111 | 1110110 | 10001100 | 0 | 101011 | 100000 | 10011 | 101011001 | 110000 | 1000000 |
Color Harmonies of #CF768C
Complementary color
Monochromatic Colors of #CF768C
Black with #CF768C
Text Example
Text Example
White with #CF768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF768C; }
p { color: rgb(207,118,140); }
H1.HeaderClassName
{
color: #CF768C;
}
.AnyTagClassName
{
color: #CF768C;
}
</style>
background-color css
<style>
a { background-color: #CF768C; }
a { background-color: rgb(207,118,140); }
div.DivClassName
{
background-color: #CF768C;
}
.BgClassName
{
background-color: #CF768C;
}
</style>
border-color css
<style>
span { border-color: #CF768C; }
span { border-color: rgb(207,118,140); }
td.TdClassName
{
border-color: #CF768C;
}
.TagClassName
{
border-color: #CF768C;
}
</style>