Shades of Charm #CF697B
Tints of Charm #CF697B
RGB
CMYK
RGB Variations
Color information
#CF697B (or 0xCF697B) is known color: Charm. HEX triplet: CF, 69 and 7B. RGB value is (207,105,123). Sum of RGB (Red+Green+Blue) = 207+105+123=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF697B is #309684. Grayscale: #898989. Windows color (decimal): -3184261 or 8088015. OLE color: 8088015.
HSL color Cylindrical-coordinate representation of color #CF697B: hue angle of 349.41º 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 #CF697B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 123 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.19 |
| HSL | 349.41º | 0.52% | 0.61% | - |
| HSV(B) | 349.41º | 0.49% | 0.81% | - |
| XYZ | 34.36 | 24.8 | 21.71 | - |
| YUV | 137.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 123 | 0 | 0.49 | 0.41 | 0.19 | 349.41 | 0.52 | 0.61 |
| Hex | CF | 69 | 7B | 0 | 31 | 29 | 13 | 15D | 34 | 3D |
| Octal | 317 | 151 | 173 | 0 | 61 | 51 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1101001 | 1111011 | 0 | 110001 | 101001 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF697B
Complementary color
Monochromatic Colors of #CF697B
Black with #CF697B
Text Example
Text Example
White with #CF697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF697B; }
p { color: rgb(207,105,123); }
H1.HeaderClassName
{
color: #CF697B;
}
.AnyTagClassName
{
color: #CF697B;
}
</style>
background-color css
<style>
a { background-color: #CF697B; }
a { background-color: rgb(207,105,123); }
div.DivClassName
{
background-color: #CF697B;
}
.BgClassName
{
background-color: #CF697B;
}
</style>
border-color css
<style>
span { border-color: #CF697B; }
span { border-color: rgb(207,105,123); }
td.TdClassName
{
border-color: #CF697B;
}
.TagClassName
{
border-color: #CF697B;
}
</style>