Shades of Charm #CF697E
Tints of Charm #CF697E
RGB
CMYK
RGB Variations
Color information
#CF697E (or 0xCF697E) is known color: Charm. HEX triplet: CF, 69 and 7E. RGB value is (207,105,126). Sum of RGB (Red+Green+Blue) = 207+105+126=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697E is #309681. Grayscale: #898989. Windows color (decimal): -3184258 or 8284623. OLE color: 8284623.
HSL color Cylindrical-coordinate representation of color #CF697E: hue angle of 347.65º 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 #CF697E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 126 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.19 |
| HSL | 347.65º | 0.52% | 0.61% | - |
| HSV(B) | 347.65º | 0.49% | 0.81% | - |
| XYZ | 34.55 | 24.87 | 22.72 | - |
| YUV | 137.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 126 | 0 | 0.49 | 0.39 | 0.19 | 347.65 | 0.52 | 0.61 |
| Hex | CF | 69 | 7E | 0 | 31 | 27 | 13 | 15C | 34 | 3D |
| Octal | 317 | 151 | 176 | 0 | 61 | 47 | 23 | 534 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1111110 | 0 | 110001 | 100111 | 10011 | 101011100 | 110100 | 111101 |
Color Harmonies of #CF697E
Complementary color
Monochromatic Colors of #CF697E
Black with #CF697E
Text Example
Text Example
White with #CF697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF697E; }
p { color: rgb(207,105,126); }
H1.HeaderClassName
{
color: #CF697E;
}
.AnyTagClassName
{
color: #CF697E;
}
</style>
background-color css
<style>
a { background-color: #CF697E; }
a { background-color: rgb(207,105,126); }
div.DivClassName
{
background-color: #CF697E;
}
.BgClassName
{
background-color: #CF697E;
}
</style>
border-color css
<style>
span { border-color: #CF697E; }
span { border-color: rgb(207,105,126); }
td.TdClassName
{
border-color: #CF697E;
}
.TagClassName
{
border-color: #CF697E;
}
</style>