Shades of Charm #CF777C
Tints of Charm #CF777C
RGB
CMYK
RGB Variations
Color information
#CF777C (or 0xCF777C) is known color: Charm. HEX triplet: CF, 77 and 7C. RGB value is (207,119,124). Sum of RGB (Red+Green+Blue) = 207+119+124=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF777C is #308883. Grayscale: #919191. Windows color (decimal): -3180676 or 8157135. OLE color: 8157135.
HSL color Cylindrical-coordinate representation of color #CF777C: hue angle of 356.59º 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 #CF777C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 124 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.19 |
| HSL | 356.59º | 0.48% | 0.64% | - |
| HSV(B) | 356.59º | 0.43% | 0.81% | - |
| XYZ | 35.97 | 27.91 | 22.56 | - |
| YUV | 145.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 124 | 0 | 0.43 | 0.40 | 0.19 | 356.59 | 0.48 | 0.64 |
| Hex | CF | 77 | 7C | 0 | 2B | 28 | 13 | 165 | 30 | 40 |
| Octal | 317 | 167 | 174 | 0 | 53 | 50 | 23 | 545 | 60 | 100 |
| Binary | 11001111 | 1110111 | 1111100 | 0 | 101011 | 101000 | 10011 | 101100101 | 110000 | 1000000 |
Color Harmonies of #CF777C
Complementary color
Monochromatic Colors of #CF777C
Black with #CF777C
Text Example
Text Example
White with #CF777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF777C; }
p { color: rgb(207,119,124); }
H1.HeaderClassName
{
color: #CF777C;
}
.AnyTagClassName
{
color: #CF777C;
}
</style>
background-color css
<style>
a { background-color: #CF777C; }
a { background-color: rgb(207,119,124); }
div.DivClassName
{
background-color: #CF777C;
}
.BgClassName
{
background-color: #CF777C;
}
</style>
border-color css
<style>
span { border-color: #CF777C; }
span { border-color: rgb(207,119,124); }
td.TdClassName
{
border-color: #CF777C;
}
.TagClassName
{
border-color: #CF777C;
}
</style>