Shades of Can Can #CF82A8
Tints of Can Can #CF82A8
RGB
CMYK
RGB Variations
Color information
#CF82A8 (or 0xCF82A8) is known color: Can Can. HEX triplet: CF, 82 and A8. RGB value is (207,130,168). Sum of RGB (Red+Green+Blue) = 207+130+168=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF82A8 is #307D57. Grayscale: #9D9D9D. Windows color (decimal): -3177816 or 11043535. OLE color: 11043535.
HSL color Cylindrical-coordinate representation of color #CF82A8: hue angle of 330.39º 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 #CF82A8 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 168 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.19 |
| HSL | 330.39º | 0.45% | 0.66% | - |
| HSV(B) | 330.39º | 0.37% | 0.81% | - |
| XYZ | 40.78 | 32.06 | 41.08 | - |
| YUV | 157.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 168 | 0 | 0.37 | 0.19 | 0.19 | 330.39 | 0.45 | 0.66 |
| Hex | CF | 82 | A8 | 0 | 25 | 13 | 13 | 14A | 2D | 42 |
| Octal | 317 | 202 | 250 | 0 | 45 | 23 | 23 | 512 | 55 | 102 |
| Binary | 11001111 | 10000010 | 10101000 | 0 | 100101 | 10011 | 10011 | 101001010 | 101101 | 1000010 |
Color Harmonies of #CF82A8
Complementary color
Monochromatic Colors of #CF82A8
Black with #CF82A8
Text Example
Text Example
White with #CF82A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82A8; }
p { color: rgb(207,130,168); }
H1.HeaderClassName
{
color: #CF82A8;
}
.AnyTagClassName
{
color: #CF82A8;
}
</style>
background-color css
<style>
a { background-color: #CF82A8; }
a { background-color: rgb(207,130,168); }
div.DivClassName
{
background-color: #CF82A8;
}
.BgClassName
{
background-color: #CF82A8;
}
</style>
border-color css
<style>
span { border-color: #CF82A8; }
span { border-color: rgb(207,130,168); }
td.TdClassName
{
border-color: #CF82A8;
}
.TagClassName
{
border-color: #CF82A8;
}
</style>