Shades of Charm #CF6685
Tints of Charm #CF6685
RGB
CMYK
RGB Variations
Color information
#CF6685 (or 0xCF6685) is known color: Charm. HEX triplet: CF, 66 and 85. RGB value is (207,102,133). Sum of RGB (Red+Green+Blue) = 207+102+133=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6685 is #30997A. Grayscale: #888888. Windows color (decimal): -3185019 or 8742607. OLE color: 8742607.
HSL color Cylindrical-coordinate representation of color #CF6685: hue angle of 342.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6685 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 133 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.19 |
| HSL | 342.29º | 0.52% | 0.61% | - |
| HSV(B) | 342.29º | 0.51% | 0.81% | - |
| XYZ | 34.72 | 24.46 | 25.08 | - |
| YUV | 136.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 133 | 0 | 0.51 | 0.36 | 0.19 | 342.29 | 0.52 | 0.61 |
| Hex | CF | 66 | 85 | 0 | 33 | 24 | 13 | 156 | 34 | 3D |
| Octal | 317 | 146 | 205 | 0 | 63 | 44 | 23 | 526 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10000101 | 0 | 110011 | 100100 | 10011 | 101010110 | 110100 | 111101 |
Color Harmonies of #CF6685
Complementary color
Monochromatic Colors of #CF6685
Black with #CF6685
Text Example
Text Example
White with #CF6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6685; }
p { color: rgb(207,102,133); }
H1.HeaderClassName
{
color: #CF6685;
}
.AnyTagClassName
{
color: #CF6685;
}
</style>
background-color css
<style>
a { background-color: #CF6685; }
a { background-color: rgb(207,102,133); }
div.DivClassName
{
background-color: #CF6685;
}
.BgClassName
{
background-color: #CF6685;
}
</style>
border-color css
<style>
span { border-color: #CF6685; }
span { border-color: rgb(207,102,133); }
td.TdClassName
{
border-color: #CF6685;
}
.TagClassName
{
border-color: #CF6685;
}
</style>