Shades of Charm #CF6585
Tints of Charm #CF6585
RGB
CMYK
RGB Variations
Color information
#CF6585 (or 0xCF6585) is known color: Charm. HEX triplet: CF, 65 and 85. RGB value is (207,101,133). Sum of RGB (Red+Green+Blue) = 207+101+133=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6585 is #309A7A. Grayscale: #888888. Windows color (decimal): -3185275 or 8742351. OLE color: 8742351.
HSL color Cylindrical-coordinate representation of color #CF6585: hue angle of 341.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6585 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 133 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.19 |
| HSL | 341.89º | 0.52% | 0.6% | - |
| HSV(B) | 341.89º | 0.51% | 0.81% | - |
| XYZ | 34.62 | 24.27 | 25.05 | - |
| YUV | 136.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 133 | 0 | 0.51 | 0.36 | 0.19 | 341.89 | 0.52 | 0.6 |
| Hex | CF | 65 | 85 | 0 | 33 | 24 | 13 | 156 | 34 | 3C |
| Octal | 317 | 145 | 205 | 0 | 63 | 44 | 23 | 526 | 64 | 74 |
| Binary | 11001111 | 1100101 | 10000101 | 0 | 110011 | 100100 | 10011 | 101010110 | 110100 | 111100 |
Color Harmonies of #CF6585
Complementary color
Monochromatic Colors of #CF6585
Black with #CF6585
Text Example
Text Example
White with #CF6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6585; }
p { color: rgb(207,101,133); }
H1.HeaderClassName
{
color: #CF6585;
}
.AnyTagClassName
{
color: #CF6585;
}
</style>
background-color css
<style>
a { background-color: #CF6585; }
a { background-color: rgb(207,101,133); }
div.DivClassName
{
background-color: #CF6585;
}
.BgClassName
{
background-color: #CF6585;
}
</style>
border-color css
<style>
span { border-color: #CF6585; }
span { border-color: rgb(207,101,133); }
td.TdClassName
{
border-color: #CF6585;
}
.TagClassName
{
border-color: #CF6585;
}
</style>