Shades of Charm #CF6881
Tints of Charm #CF6881
RGB
CMYK
RGB Variations
Color information
#CF6881 (or 0xCF6881) is known color: Charm. HEX triplet: CF, 68 and 81. RGB value is (207,104,129). Sum of RGB (Red+Green+Blue) = 207+104+129=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6881 is #30977E. Grayscale: #898989. Windows color (decimal): -3184511 or 8480975. OLE color: 8480975.
HSL color Cylindrical-coordinate representation of color #CF6881: hue angle of 345.44º 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 #CF6881 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 129 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.19 |
| HSL | 345.44º | 0.52% | 0.61% | - |
| HSV(B) | 345.44º | 0.5% | 0.81% | - |
| XYZ | 34.64 | 24.75 | 23.72 | - |
| YUV | 137.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 129 | 0 | 0.50 | 0.38 | 0.19 | 345.44 | 0.52 | 0.61 |
| Hex | CF | 68 | 81 | 0 | 32 | 26 | 13 | 159 | 34 | 3D |
| Octal | 317 | 150 | 201 | 0 | 62 | 46 | 23 | 531 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10000001 | 0 | 110010 | 100110 | 10011 | 101011001 | 110100 | 111101 |
Color Harmonies of #CF6881
Complementary color
Monochromatic Colors of #CF6881
Black with #CF6881
Text Example
Text Example
White with #CF6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6881; }
p { color: rgb(207,104,129); }
H1.HeaderClassName
{
color: #CF6881;
}
.AnyTagClassName
{
color: #CF6881;
}
</style>
background-color css
<style>
a { background-color: #CF6881; }
a { background-color: rgb(207,104,129); }
div.DivClassName
{
background-color: #CF6881;
}
.BgClassName
{
background-color: #CF6881;
}
</style>
border-color css
<style>
span { border-color: #CF6881; }
span { border-color: rgb(207,104,129); }
td.TdClassName
{
border-color: #CF6881;
}
.TagClassName
{
border-color: #CF6881;
}
</style>