Shades of Charm #CF7388
Tints of Charm #CF7388
RGB
CMYK
RGB Variations
Color information
#CF7388 (or 0xCF7388) is known color: Charm. HEX triplet: CF, 73 and 88. RGB value is (207,115,136). Sum of RGB (Red+Green+Blue) = 207+115+136=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7388 is #308C77. Grayscale: #909090. Windows color (decimal): -3181688 or 8942543. OLE color: 8942543.
HSL color Cylindrical-coordinate representation of color #CF7388: hue angle of 346.3º 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 #CF7388 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 136 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.19 |
| HSL | 346.3º | 0.49% | 0.63% | - |
| HSV(B) | 346.3º | 0.44% | 0.81% | - |
| XYZ | 36.31 | 27.3 | 26.65 | - |
| YUV | 144.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 136 | 0 | 0.44 | 0.34 | 0.19 | 346.3 | 0.49 | 0.63 |
| Hex | CF | 73 | 88 | 0 | 2C | 22 | 13 | 15A | 31 | 3F |
| Octal | 317 | 163 | 210 | 0 | 54 | 42 | 23 | 532 | 61 | 77 |
| Binary | 11001111 | 1110011 | 10001000 | 0 | 101100 | 100010 | 10011 | 101011010 | 110001 | 111111 |
Color Harmonies of #CF7388
Complementary color
Monochromatic Colors of #CF7388
Black with #CF7388
Text Example
Text Example
White with #CF7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7388; }
p { color: rgb(207,115,136); }
H1.HeaderClassName
{
color: #CF7388;
}
.AnyTagClassName
{
color: #CF7388;
}
</style>
background-color css
<style>
a { background-color: #CF7388; }
a { background-color: rgb(207,115,136); }
div.DivClassName
{
background-color: #CF7388;
}
.BgClassName
{
background-color: #CF7388;
}
</style>
border-color css
<style>
span { border-color: #CF7388; }
span { border-color: rgb(207,115,136); }
td.TdClassName
{
border-color: #CF7388;
}
.TagClassName
{
border-color: #CF7388;
}
</style>