Shades of Charm #CF738B
Tints of Charm #CF738B
RGB
CMYK
RGB Variations
Color information
#CF738B (or 0xCF738B) is known color: Charm. HEX triplet: CF, 73 and 8B. RGB value is (207,115,139). Sum of RGB (Red+Green+Blue) = 207+115+139=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738B is #308C74. Grayscale: #919191. Windows color (decimal): -3181685 or 9139151. OLE color: 9139151.
HSL color Cylindrical-coordinate representation of color #CF738B: hue angle of 344.35º 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 #CF738B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 139 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.19 |
| HSL | 344.35º | 0.49% | 0.63% | - |
| HSV(B) | 344.35º | 0.44% | 0.81% | - |
| XYZ | 36.52 | 27.39 | 27.79 | - |
| YUV | 145.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 139 | 0 | 0.44 | 0.33 | 0.19 | 344.35 | 0.49 | 0.63 |
| Hex | CF | 73 | 8B | 0 | 2C | 21 | 13 | 158 | 31 | 3F |
| Octal | 317 | 163 | 213 | 0 | 54 | 41 | 23 | 530 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10001011 | 0 | 101100 | 100001 | 10011 | 101011000 | 110001 | 111111 |
Color Harmonies of #CF738B
Complementary color
Monochromatic Colors of #CF738B
Black with #CF738B
Text Example
Text Example
White with #CF738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF738B; }
p { color: rgb(207,115,139); }
H1.HeaderClassName
{
color: #CF738B;
}
.AnyTagClassName
{
color: #CF738B;
}
</style>
background-color css
<style>
a { background-color: #CF738B; }
a { background-color: rgb(207,115,139); }
div.DivClassName
{
background-color: #CF738B;
}
.BgClassName
{
background-color: #CF738B;
}
</style>
border-color css
<style>
span { border-color: #CF738B; }
span { border-color: rgb(207,115,139); }
td.TdClassName
{
border-color: #CF738B;
}
.TagClassName
{
border-color: #CF738B;
}
</style>