Shades of Charm #CF7D88
Tints of Charm #CF7D88
RGB
CMYK
RGB Variations
Color information
#CF7D88 (or 0xCF7D88) is known color: Charm. HEX triplet: CF, 7D and 88. RGB value is (207,125,136). Sum of RGB (Red+Green+Blue) = 207+125+136=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D88 is #308277. Grayscale: #969696. Windows color (decimal): -3179128 or 8945103. OLE color: 8945103.
HSL color Cylindrical-coordinate representation of color #CF7D88: hue angle of 351.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D88 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 136 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.19 |
| HSL | 351.95º | 0.46% | 0.65% | - |
| HSV(B) | 351.95º | 0.4% | 0.81% | - |
| XYZ | 37.51 | 29.71 | 27.05 | - |
| YUV | 150.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 136 | 0 | 0.40 | 0.34 | 0.19 | 351.95 | 0.46 | 0.65 |
| Hex | CF | 7D | 88 | 0 | 28 | 22 | 13 | 160 | 2E | 41 |
| Octal | 317 | 175 | 210 | 0 | 50 | 42 | 23 | 540 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10001000 | 0 | 101000 | 100010 | 10011 | 101100000 | 101110 | 1000001 |
Color Harmonies of #CF7D88
Complementary color
Monochromatic Colors of #CF7D88
Black with #CF7D88
Text Example
Text Example
White with #CF7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D88; }
p { color: rgb(207,125,136); }
H1.HeaderClassName
{
color: #CF7D88;
}
.AnyTagClassName
{
color: #CF7D88;
}
</style>
background-color css
<style>
a { background-color: #CF7D88; }
a { background-color: rgb(207,125,136); }
div.DivClassName
{
background-color: #CF7D88;
}
.BgClassName
{
background-color: #CF7D88;
}
</style>
border-color css
<style>
span { border-color: #CF7D88; }
span { border-color: rgb(207,125,136); }
td.TdClassName
{
border-color: #CF7D88;
}
.TagClassName
{
border-color: #CF7D88;
}
</style>