Shades of Charm #CF687B
Tints of Charm #CF687B
RGB
CMYK
RGB Variations
Color information
#CF687B (or 0xCF687B) is known color: Charm. HEX triplet: CF, 68 and 7B. RGB value is (207,104,123). Sum of RGB (Red+Green+Blue) = 207+104+123=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF687B is #309784. Grayscale: #888888. Windows color (decimal): -3184517 or 8087759. OLE color: 8087759.
HSL color Cylindrical-coordinate representation of color #CF687B: hue angle of 348.93º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF687B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 123 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.19 |
| HSL | 348.93º | 0.52% | 0.61% | - |
| HSV(B) | 348.93º | 0.5% | 0.81% | - |
| XYZ | 34.26 | 24.6 | 21.68 | - |
| YUV | 136.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 123 | 0 | 0.50 | 0.41 | 0.19 | 348.93 | 0.52 | 0.61 |
| Hex | CF | 68 | 7B | 0 | 32 | 29 | 13 | 15D | 34 | 3D |
| Octal | 317 | 150 | 173 | 0 | 62 | 51 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1101000 | 1111011 | 0 | 110010 | 101001 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF687B
Complementary color
Monochromatic Colors of #CF687B
Black with #CF687B
Text Example
Text Example
White with #CF687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF687B; }
p { color: rgb(207,104,123); }
H1.HeaderClassName
{
color: #CF687B;
}
.AnyTagClassName
{
color: #CF687B;
}
</style>
background-color css
<style>
a { background-color: #CF687B; }
a { background-color: rgb(207,104,123); }
div.DivClassName
{
background-color: #CF687B;
}
.BgClassName
{
background-color: #CF687B;
}
</style>
border-color css
<style>
span { border-color: #CF687B; }
span { border-color: rgb(207,104,123); }
td.TdClassName
{
border-color: #CF687B;
}
.TagClassName
{
border-color: #CF687B;
}
</style>