Shades of Can Can #CF82AA
Tints of Can Can #CF82AA
RGB
CMYK
RGB Variations
Color information
#CF82AA (or 0xCF82AA) is known color: Can Can. HEX triplet: CF, 82 and AA. RGB value is (207,130,170). Sum of RGB (Red+Green+Blue) = 207+130+170=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF82AA is #307D55. Grayscale: #9D9D9D. Windows color (decimal): -3177814 or 11174607. OLE color: 11174607.
HSL color Cylindrical-coordinate representation of color #CF82AA: hue angle of 328.83º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82AA is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 170 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.19 |
| HSL | 328.83º | 0.45% | 0.66% | - |
| HSV(B) | 328.83º | 0.37% | 0.81% | - |
| XYZ | 40.97 | 32.13 | 42.07 | - |
| YUV | 157.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 170 | 0 | 0.37 | 0.18 | 0.19 | 328.83 | 0.45 | 0.66 |
| Hex | CF | 82 | AA | 0 | 25 | 12 | 13 | 149 | 2D | 42 |
| Octal | 317 | 202 | 252 | 0 | 45 | 22 | 23 | 511 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10101010 | 0 | 100101 | 10010 | 10011 | 101001001 | 101101 | 1000010 |
Color Harmonies of #CF82AA
Complementary color
Monochromatic Colors of #CF82AA
Black with #CF82AA
Text Example
Text Example
White with #CF82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82AA; }
p { color: rgb(207,130,170); }
H1.HeaderClassName
{
color: #CF82AA;
}
.AnyTagClassName
{
color: #CF82AA;
}
</style>
background-color css
<style>
a { background-color: #CF82AA; }
a { background-color: rgb(207,130,170); }
div.DivClassName
{
background-color: #CF82AA;
}
.BgClassName
{
background-color: #CF82AA;
}
</style>
border-color css
<style>
span { border-color: #CF82AA; }
span { border-color: rgb(207,130,170); }
td.TdClassName
{
border-color: #CF82AA;
}
.TagClassName
{
border-color: #CF82AA;
}
</style>