Shades of Charm #CF767F
Tints of Charm #CF767F
RGB
CMYK
RGB Variations
Color information
#CF767F (or 0xCF767F) is known color: Charm. HEX triplet: CF, 76 and 7F. RGB value is (207,118,127). Sum of RGB (Red+Green+Blue) = 207+118+127=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767F is #308980. Grayscale: #919191. Windows color (decimal): -3180929 or 8353487. OLE color: 8353487.
HSL color Cylindrical-coordinate representation of color #CF767F: hue angle of 353.93º 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 #CF767F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 127 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.19 |
| HSL | 353.93º | 0.48% | 0.64% | - |
| HSV(B) | 353.93º | 0.43% | 0.81% | - |
| XYZ | 36.04 | 27.75 | 23.54 | - |
| YUV | 145.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 127 | 0 | 0.43 | 0.39 | 0.19 | 353.93 | 0.48 | 0.64 |
| Hex | CF | 76 | 7F | 0 | 2B | 27 | 13 | 162 | 30 | 40 |
| Octal | 317 | 166 | 177 | 0 | 53 | 47 | 23 | 542 | 60 | 100 |
| Binary | 11001111 | 1110110 | 1111111 | 0 | 101011 | 100111 | 10011 | 101100010 | 110000 | 1000000 |
Color Harmonies of #CF767F
Complementary color
Monochromatic Colors of #CF767F
Black with #CF767F
Text Example
Text Example
White with #CF767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF767F; }
p { color: rgb(207,118,127); }
H1.HeaderClassName
{
color: #CF767F;
}
.AnyTagClassName
{
color: #CF767F;
}
</style>
background-color css
<style>
a { background-color: #CF767F; }
a { background-color: rgb(207,118,127); }
div.DivClassName
{
background-color: #CF767F;
}
.BgClassName
{
background-color: #CF767F;
}
</style>
border-color css
<style>
span { border-color: #CF767F; }
span { border-color: rgb(207,118,127); }
td.TdClassName
{
border-color: #CF767F;
}
.TagClassName
{
border-color: #CF767F;
}
</style>