Shades of Charm #CF787E
Tints of Charm #CF787E
RGB
CMYK
RGB Variations
Color information
#CF787E (or 0xCF787E) is known color: Charm. HEX triplet: CF, 78 and 7E. RGB value is (207,120,126). Sum of RGB (Red+Green+Blue) = 207+120+126=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF787E is #308781. Grayscale: #929292. Windows color (decimal): -3180418 or 8288463. OLE color: 8288463.
HSL color Cylindrical-coordinate representation of color #CF787E: hue angle of 355.86º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF787E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 126 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.19 |
| HSL | 355.86º | 0.48% | 0.64% | - |
| HSV(B) | 355.86º | 0.42% | 0.81% | - |
| XYZ | 36.21 | 28.2 | 23.27 | - |
| YUV | 146.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 126 | 0 | 0.42 | 0.39 | 0.19 | 355.86 | 0.48 | 0.64 |
| Hex | CF | 78 | 7E | 0 | 2A | 27 | 13 | 164 | 30 | 40 |
| Octal | 317 | 170 | 176 | 0 | 52 | 47 | 23 | 544 | 60 | 100 |
| Binary | 11001111 | 1111000 | 1111110 | 0 | 101010 | 100111 | 10011 | 101100100 | 110000 | 1000000 |
Color Harmonies of #CF787E
Complementary color
Monochromatic Colors of #CF787E
Black with #CF787E
Text Example
Text Example
White with #CF787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF787E; }
p { color: rgb(207,120,126); }
H1.HeaderClassName
{
color: #CF787E;
}
.AnyTagClassName
{
color: #CF787E;
}
</style>
background-color css
<style>
a { background-color: #CF787E; }
a { background-color: rgb(207,120,126); }
div.DivClassName
{
background-color: #CF787E;
}
.BgClassName
{
background-color: #CF787E;
}
</style>
border-color css
<style>
span { border-color: #CF787E; }
span { border-color: rgb(207,120,126); }
td.TdClassName
{
border-color: #CF787E;
}
.TagClassName
{
border-color: #CF787E;
}
</style>