Shades of Charm #CF748E
Tints of Charm #CF748E
RGB
CMYK
RGB Variations
Color information
#CF748E (or 0xCF748E) is known color: Charm. HEX triplet: CF, 74 and 8E. RGB value is (207,116,142). Sum of RGB (Red+Green+Blue) = 207+116+142=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF748E is #308B71. Grayscale: #929292. Windows color (decimal): -3181426 or 9336015. OLE color: 9336015.
HSL color Cylindrical-coordinate representation of color #CF748E: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF748E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 142 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.19 |
| HSL | 342.86º | 0.49% | 0.63% | - |
| HSV(B) | 342.86º | 0.44% | 0.81% | - |
| XYZ | 36.86 | 27.71 | 29 | - |
| YUV | 146.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 142 | 0 | 0.44 | 0.31 | 0.19 | 342.86 | 0.49 | 0.63 |
| Hex | CF | 74 | 8E | 0 | 2C | 1F | 13 | 157 | 31 | 3F |
| Octal | 317 | 164 | 216 | 0 | 54 | 37 | 23 | 527 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10001110 | 0 | 101100 | 11111 | 10011 | 101010111 | 110001 | 111111 |
Color Harmonies of #CF748E
Complementary color
Monochromatic Colors of #CF748E
Black with #CF748E
Text Example
Text Example
White with #CF748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF748E; }
p { color: rgb(207,116,142); }
H1.HeaderClassName
{
color: #CF748E;
}
.AnyTagClassName
{
color: #CF748E;
}
</style>
background-color css
<style>
a { background-color: #CF748E; }
a { background-color: rgb(207,116,142); }
div.DivClassName
{
background-color: #CF748E;
}
.BgClassName
{
background-color: #CF748E;
}
</style>
border-color css
<style>
span { border-color: #CF748E; }
span { border-color: rgb(207,116,142); }
td.TdClassName
{
border-color: #CF748E;
}
.TagClassName
{
border-color: #CF748E;
}
</style>