Shades of Charm #CF6882
Tints of Charm #CF6882
RGB
CMYK
RGB Variations
Color information
#CF6882 (or 0xCF6882) is known color: Charm. HEX triplet: CF, 68 and 82. RGB value is (207,104,130). Sum of RGB (Red+Green+Blue) = 207+104+130=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6882 is #30977D. Grayscale: #898989. Windows color (decimal): -3184510 or 8546511. OLE color: 8546511.
HSL color Cylindrical-coordinate representation of color #CF6882: hue angle of 344.85º 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 #CF6882 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 130 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.19 |
| HSL | 344.85º | 0.52% | 0.61% | - |
| HSV(B) | 344.85º | 0.5% | 0.81% | - |
| XYZ | 34.71 | 24.78 | 24.07 | - |
| YUV | 137.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 130 | 0 | 0.50 | 0.37 | 0.19 | 344.85 | 0.52 | 0.61 |
| Hex | CF | 68 | 82 | 0 | 32 | 25 | 13 | 159 | 34 | 3D |
| Octal | 317 | 150 | 202 | 0 | 62 | 45 | 23 | 531 | 64 | 75 |
| Binary | 11001111 | 1101000 | 10000010 | 0 | 110010 | 100101 | 10011 | 101011001 | 110100 | 111101 |
Color Harmonies of #CF6882
Complementary color
Monochromatic Colors of #CF6882
Black with #CF6882
Text Example
Text Example
White with #CF6882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6882; }
p { color: rgb(207,104,130); }
H1.HeaderClassName
{
color: #CF6882;
}
.AnyTagClassName
{
color: #CF6882;
}
</style>
background-color css
<style>
a { background-color: #CF6882; }
a { background-color: rgb(207,104,130); }
div.DivClassName
{
background-color: #CF6882;
}
.BgClassName
{
background-color: #CF6882;
}
</style>
border-color css
<style>
span { border-color: #CF6882; }
span { border-color: rgb(207,104,130); }
td.TdClassName
{
border-color: #CF6882;
}
.TagClassName
{
border-color: #CF6882;
}
</style>