Shades of Charm #CF748B
Tints of Charm #CF748B
RGB
CMYK
RGB Variations
Color information
#CF748B (or 0xCF748B) is known color: Charm. HEX triplet: CF, 74 and 8B. RGB value is (207,116,139). Sum of RGB (Red+Green+Blue) = 207+116+139=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF748B is #308B74. Grayscale: #919191. Windows color (decimal): -3181429 or 9139407. OLE color: 9139407.
HSL color Cylindrical-coordinate representation of color #CF748B: hue angle of 344.84º 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 #CF748B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 139 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.19 |
| HSL | 344.84º | 0.49% | 0.63% | - |
| HSV(B) | 344.84º | 0.44% | 0.81% | - |
| XYZ | 36.64 | 27.62 | 27.83 | - |
| YUV | 145.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 139 | 0 | 0.44 | 0.33 | 0.19 | 344.84 | 0.49 | 0.63 |
| Hex | CF | 74 | 8B | 0 | 2C | 21 | 13 | 159 | 31 | 3F |
| Octal | 317 | 164 | 213 | 0 | 54 | 41 | 23 | 531 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10001011 | 0 | 101100 | 100001 | 10011 | 101011001 | 110001 | 111111 |
Color Harmonies of #CF748B
Complementary color
Monochromatic Colors of #CF748B
Black with #CF748B
Text Example
Text Example
White with #CF748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF748B; }
p { color: rgb(207,116,139); }
H1.HeaderClassName
{
color: #CF748B;
}
.AnyTagClassName
{
color: #CF748B;
}
</style>
background-color css
<style>
a { background-color: #CF748B; }
a { background-color: rgb(207,116,139); }
div.DivClassName
{
background-color: #CF748B;
}
.BgClassName
{
background-color: #CF748B;
}
</style>
border-color css
<style>
span { border-color: #CF748B; }
span { border-color: rgb(207,116,139); }
td.TdClassName
{
border-color: #CF748B;
}
.TagClassName
{
border-color: #CF748B;
}
</style>