Shades of Can Can #CF85A6
Tints of Can Can #CF85A6
RGB
CMYK
RGB Variations
Color information
#CF85A6 (or 0xCF85A6) is known color: Can Can. HEX triplet: CF, 85 and A6. RGB value is (207,133,166). Sum of RGB (Red+Green+Blue) = 207+133+166=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85A6 is #307A59. Grayscale: #9E9E9E. Windows color (decimal): -3177050 or 10913231. OLE color: 10913231.
HSL color Cylindrical-coordinate representation of color #CF85A6: hue angle of 333.24º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85A6 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 166 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.19 |
| HSL | 333.24º | 0.44% | 0.67% | - |
| HSV(B) | 333.24º | 0.36% | 0.81% | - |
| XYZ | 41 | 32.79 | 40.25 | - |
| YUV | 158.89 | 132.02 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 166 | 0 | 0.36 | 0.20 | 0.19 | 333.24 | 0.44 | 0.67 |
| Hex | CF | 85 | A6 | 0 | 24 | 14 | 13 | 14D | 2C | 43 |
| Octal | 317 | 205 | 246 | 0 | 44 | 24 | 23 | 515 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10100110 | 0 | 100100 | 10100 | 10011 | 101001101 | 101100 | 1000011 |
Color Harmonies of #CF85A6
Complementary color
Monochromatic Colors of #CF85A6
Black with #CF85A6
Text Example
Text Example
White with #CF85A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85A6; }
p { color: rgb(207,133,166); }
H1.HeaderClassName
{
color: #CF85A6;
}
.AnyTagClassName
{
color: #CF85A6;
}
</style>
background-color css
<style>
a { background-color: #CF85A6; }
a { background-color: rgb(207,133,166); }
div.DivClassName
{
background-color: #CF85A6;
}
.BgClassName
{
background-color: #CF85A6;
}
</style>
border-color css
<style>
span { border-color: #CF85A6; }
span { border-color: rgb(207,133,166); }
td.TdClassName
{
border-color: #CF85A6;
}
.TagClassName
{
border-color: #CF85A6;
}
</style>