Shades of Can Can #CF85AA
Tints of Can Can #CF85AA
RGB
CMYK
RGB Variations
Color information
#CF85AA (or 0xCF85AA) is known color: Can Can. HEX triplet: CF, 85 and AA. RGB value is (207,133,170). Sum of RGB (Red+Green+Blue) = 207+133+170=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85AA is #307A55. Grayscale: #9F9F9F. Windows color (decimal): -3177046 or 11175375. OLE color: 11175375.
HSL color Cylindrical-coordinate representation of color #CF85AA: hue angle of 330º 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 #CF85AA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 170 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.19 |
| HSL | 330º | 0.44% | 0.67% | - |
| HSV(B) | 330º | 0.36% | 0.81% | - |
| XYZ | 41.38 | 32.94 | 42.21 | - |
| YUV | 159.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 170 | 0 | 0.36 | 0.18 | 0.19 | 330 | 0.44 | 0.67 |
| Hex | CF | 85 | AA | 0 | 24 | 12 | 13 | 14A | 2C | 43 |
| Octal | 317 | 205 | 252 | 0 | 44 | 22 | 23 | 512 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10101010 | 0 | 100100 | 10010 | 10011 | 101001010 | 101100 | 1000011 |
Color Harmonies of #CF85AA
Complementary color
Monochromatic Colors of #CF85AA
Black with #CF85AA
Text Example
Text Example
White with #CF85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85AA; }
p { color: rgb(207,133,170); }
H1.HeaderClassName
{
color: #CF85AA;
}
.AnyTagClassName
{
color: #CF85AA;
}
</style>
background-color css
<style>
a { background-color: #CF85AA; }
a { background-color: rgb(207,133,170); }
div.DivClassName
{
background-color: #CF85AA;
}
.BgClassName
{
background-color: #CF85AA;
}
</style>
border-color css
<style>
span { border-color: #CF85AA; }
span { border-color: rgb(207,133,170); }
td.TdClassName
{
border-color: #CF85AA;
}
.TagClassName
{
border-color: #CF85AA;
}
</style>