Shades of Can Can #CF87A6
Tints of Can Can #CF87A6
RGB
CMYK
RGB Variations
Color information
#CF87A6 (or 0xCF87A6) is known color: Can Can. HEX triplet: CF, 87 and A6. RGB value is (207,135,166). Sum of RGB (Red+Green+Blue) = 207+135+166=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF87A6 is #307859. Grayscale: #A0A0A0. Windows color (decimal): -3176538 or 10913743. OLE color: 10913743.
HSL color Cylindrical-coordinate representation of color #CF87A6: hue angle of 334.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF87A6 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 166 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.19 |
| HSL | 334.17º | 0.43% | 0.67% | - |
| HSV(B) | 334.17º | 0.35% | 0.81% | - |
| XYZ | 41.28 | 33.35 | 40.34 | - |
| YUV | 160.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 166 | 0 | 0.35 | 0.20 | 0.19 | 334.17 | 0.43 | 0.67 |
| Hex | CF | 87 | A6 | 0 | 23 | 14 | 13 | 14E | 2B | 43 |
| Octal | 317 | 207 | 246 | 0 | 43 | 24 | 23 | 516 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10100110 | 0 | 100011 | 10100 | 10011 | 101001110 | 101011 | 1000011 |
Color Harmonies of #CF87A6
Complementary color
Monochromatic Colors of #CF87A6
Black with #CF87A6
Text Example
Text Example
White with #CF87A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF87A6; }
p { color: rgb(207,135,166); }
H1.HeaderClassName
{
color: #CF87A6;
}
.AnyTagClassName
{
color: #CF87A6;
}
</style>
background-color css
<style>
a { background-color: #CF87A6; }
a { background-color: rgb(207,135,166); }
div.DivClassName
{
background-color: #CF87A6;
}
.BgClassName
{
background-color: #CF87A6;
}
</style>
border-color css
<style>
span { border-color: #CF87A6; }
span { border-color: rgb(207,135,166); }
td.TdClassName
{
border-color: #CF87A6;
}
.TagClassName
{
border-color: #CF87A6;
}
</style>