Shades of Can Can #CF85A8
Tints of Can Can #CF85A8
RGB
CMYK
RGB Variations
Color information
#CF85A8 (or 0xCF85A8) is known color: Can Can. HEX triplet: CF, 85 and A8. RGB value is (207,133,168). Sum of RGB (Red+Green+Blue) = 207+133+168=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85A8 is #307A57. Grayscale: #9F9F9F. Windows color (decimal): -3177048 or 11044303. OLE color: 11044303.
HSL color Cylindrical-coordinate representation of color #CF85A8: hue angle of 331.62º 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 #CF85A8 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 168 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.19 |
| HSL | 331.62º | 0.44% | 0.67% | - |
| HSV(B) | 331.62º | 0.36% | 0.81% | - |
| XYZ | 41.19 | 32.87 | 41.22 | - |
| YUV | 159.12 | 133.02 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 168 | 0 | 0.36 | 0.19 | 0.19 | 331.62 | 0.44 | 0.67 |
| Hex | CF | 85 | A8 | 0 | 24 | 13 | 13 | 14C | 2C | 43 |
| Octal | 317 | 205 | 250 | 0 | 44 | 23 | 23 | 514 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10101000 | 0 | 100100 | 10011 | 10011 | 101001100 | 101100 | 1000011 |
Color Harmonies of #CF85A8
Complementary color
Monochromatic Colors of #CF85A8
Black with #CF85A8
Text Example
Text Example
White with #CF85A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85A8; }
p { color: rgb(207,133,168); }
H1.HeaderClassName
{
color: #CF85A8;
}
.AnyTagClassName
{
color: #CF85A8;
}
</style>
background-color css
<style>
a { background-color: #CF85A8; }
a { background-color: rgb(207,133,168); }
div.DivClassName
{
background-color: #CF85A8;
}
.BgClassName
{
background-color: #CF85A8;
}
</style>
border-color css
<style>
span { border-color: #CF85A8; }
span { border-color: rgb(207,133,168); }
td.TdClassName
{
border-color: #CF85A8;
}
.TagClassName
{
border-color: #CF85A8;
}
</style>