Shades of Charm #CF697C
Tints of Charm #CF697C
RGB
CMYK
RGB Variations
Color information
#CF697C (or 0xCF697C) is known color: Charm. HEX triplet: CF, 69 and 7C. RGB value is (207,105,124). Sum of RGB (Red+Green+Blue) = 207+105+124=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697C is #309683. Grayscale: #898989. Windows color (decimal): -3184260 or 8153551. OLE color: 8153551.
HSL color Cylindrical-coordinate representation of color #CF697C: hue angle of 348.82º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF697C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 124 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.19 |
| HSL | 348.82º | 0.52% | 0.61% | - |
| HSV(B) | 348.82º | 0.49% | 0.81% | - |
| XYZ | 34.42 | 24.82 | 22.05 | - |
| YUV | 137.66 | 120.29 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 124 | 0 | 0.49 | 0.40 | 0.19 | 348.82 | 0.52 | 0.61 |
| Hex | CF | 69 | 7C | 0 | 31 | 28 | 13 | 15D | 34 | 3D |
| Octal | 317 | 151 | 174 | 0 | 61 | 50 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1111100 | 0 | 110001 | 101000 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF697C
Complementary color
Monochromatic Colors of #CF697C
Black with #CF697C
Text Example
Text Example
White with #CF697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF697C; }
p { color: rgb(207,105,124); }
H1.HeaderClassName
{
color: #CF697C;
}
.AnyTagClassName
{
color: #CF697C;
}
</style>
background-color css
<style>
a { background-color: #CF697C; }
a { background-color: rgb(207,105,124); }
div.DivClassName
{
background-color: #CF697C;
}
.BgClassName
{
background-color: #CF697C;
}
</style>
border-color css
<style>
span { border-color: #CF697C; }
span { border-color: rgb(207,105,124); }
td.TdClassName
{
border-color: #CF697C;
}
.TagClassName
{
border-color: #CF697C;
}
</style>