Shades of Can Can #CF84AA
Tints of Can Can #CF84AA
RGB
CMYK
RGB Variations
Color information
#CF84AA (or 0xCF84AA) is known color: Can Can. HEX triplet: CF, 84 and AA. RGB value is (207,132,170). Sum of RGB (Red+Green+Blue) = 207+132+170=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF84AA is #307B55. Grayscale: #9E9E9E. Windows color (decimal): -3177302 or 11175119. OLE color: 11175119.
HSL color Cylindrical-coordinate representation of color #CF84AA: hue angle of 329.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84AA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 170 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.19 |
| HSL | 329.6º | 0.44% | 0.66% | - |
| HSV(B) | 329.6º | 0.36% | 0.81% | - |
| XYZ | 41.24 | 32.67 | 42.16 | - |
| YUV | 158.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 170 | 0 | 0.36 | 0.18 | 0.19 | 329.6 | 0.44 | 0.66 |
| Hex | CF | 84 | AA | 0 | 24 | 12 | 13 | 14A | 2C | 42 |
| Octal | 317 | 204 | 252 | 0 | 44 | 22 | 23 | 512 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10101010 | 0 | 100100 | 10010 | 10011 | 101001010 | 101100 | 1000010 |
Color Harmonies of #CF84AA
Complementary color
Monochromatic Colors of #CF84AA
Black with #CF84AA
Text Example
Text Example
White with #CF84AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84AA; }
p { color: rgb(207,132,170); }
H1.HeaderClassName
{
color: #CF84AA;
}
.AnyTagClassName
{
color: #CF84AA;
}
</style>
background-color css
<style>
a { background-color: #CF84AA; }
a { background-color: rgb(207,132,170); }
div.DivClassName
{
background-color: #CF84AA;
}
.BgClassName
{
background-color: #CF84AA;
}
</style>
border-color css
<style>
span { border-color: #CF84AA; }
span { border-color: rgb(207,132,170); }
td.TdClassName
{
border-color: #CF84AA;
}
.TagClassName
{
border-color: #CF84AA;
}
</style>