Shades of Can Can #CF85A0
Tints of Can Can #CF85A0
RGB
CMYK
RGB Variations
Color information
#CF85A0 (or 0xCF85A0) is known color: Can Can. HEX triplet: CF, 85 and A0. RGB value is (207,133,160). Sum of RGB (Red+Green+Blue) = 207+133+160=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85A0 is #307A5F. Grayscale: #9E9E9E. Windows color (decimal): -3177056 or 10520015. OLE color: 10520015.
HSL color Cylindrical-coordinate representation of color #CF85A0: hue angle of 338.11º 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 #CF85A0 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 160 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.19 |
| HSL | 338.11º | 0.44% | 0.67% | - |
| HSV(B) | 338.11º | 0.36% | 0.81% | - |
| XYZ | 40.46 | 32.58 | 37.41 | - |
| YUV | 158.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 160 | 0 | 0.36 | 0.23 | 0.19 | 338.11 | 0.44 | 0.67 |
| Hex | CF | 85 | A0 | 0 | 24 | 17 | 13 | 152 | 2C | 43 |
| Octal | 317 | 205 | 240 | 0 | 44 | 27 | 23 | 522 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10100000 | 0 | 100100 | 10111 | 10011 | 101010010 | 101100 | 1000011 |
Color Harmonies of #CF85A0
Complementary color
Monochromatic Colors of #CF85A0
Black with #CF85A0
Text Example
Text Example
White with #CF85A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF85A0; }
p { color: rgb(207,133,160); }
H1.HeaderClassName
{
color: #CF85A0;
}
.AnyTagClassName
{
color: #CF85A0;
}
</style>
background-color css
<style>
a { background-color: #CF85A0; }
a { background-color: rgb(207,133,160); }
div.DivClassName
{
background-color: #CF85A0;
}
.BgClassName
{
background-color: #CF85A0;
}
</style>
border-color css
<style>
span { border-color: #CF85A0; }
span { border-color: rgb(207,133,160); }
td.TdClassName
{
border-color: #CF85A0;
}
.TagClassName
{
border-color: #CF85A0;
}
</style>