Shades of Charm #CF777E
Tints of Charm #CF777E
RGB
CMYK
RGB Variations
Color information
#CF777E (or 0xCF777E) is known color: Charm. HEX triplet: CF, 77 and 7E. RGB value is (207,119,126). Sum of RGB (Red+Green+Blue) = 207+119+126=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777E is #308881. Grayscale: #929292. Windows color (decimal): -3180674 or 8288207. OLE color: 8288207.
HSL color Cylindrical-coordinate representation of color #CF777E: hue angle of 355.23º 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 #CF777E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 126 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.19 |
| HSL | 355.23º | 0.48% | 0.64% | - |
| HSV(B) | 355.23º | 0.43% | 0.81% | - |
| XYZ | 36.09 | 27.97 | 23.23 | - |
| YUV | 146.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 126 | 0 | 0.43 | 0.39 | 0.19 | 355.23 | 0.48 | 0.64 |
| Hex | CF | 77 | 7E | 0 | 2B | 27 | 13 | 163 | 30 | 40 |
| Octal | 317 | 167 | 176 | 0 | 53 | 47 | 23 | 543 | 60 | 100 |
| Binary | 11001111 | 1110111 | 1111110 | 0 | 101011 | 100111 | 10011 | 101100011 | 110000 | 1000000 |
Color Harmonies of #CF777E
Complementary color
Monochromatic Colors of #CF777E
Black with #CF777E
Text Example
Text Example
White with #CF777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF777E; }
p { color: rgb(207,119,126); }
H1.HeaderClassName
{
color: #CF777E;
}
.AnyTagClassName
{
color: #CF777E;
}
</style>
background-color css
<style>
a { background-color: #CF777E; }
a { background-color: rgb(207,119,126); }
div.DivClassName
{
background-color: #CF777E;
}
.BgClassName
{
background-color: #CF777E;
}
</style>
border-color css
<style>
span { border-color: #CF777E; }
span { border-color: rgb(207,119,126); }
td.TdClassName
{
border-color: #CF777E;
}
.TagClassName
{
border-color: #CF777E;
}
</style>