Shades of Can Can #CF88A4
Tints of Can Can #CF88A4
RGB
CMYK
RGB Variations
Color information
#CF88A4 (or 0xCF88A4) is known color: Can Can. HEX triplet: CF, 88 and A4. RGB value is (207,136,164). Sum of RGB (Red+Green+Blue) = 207+136+164=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF88A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF88A4 is #30775B. Grayscale: #A0A0A0. Windows color (decimal): -3176284 or 10782927. OLE color: 10782927.
HSL color Cylindrical-coordinate representation of color #CF88A4: hue angle of 336.34º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF88A4 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 164 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.19 |
| HSL | 336.34º | 0.43% | 0.67% | - |
| HSV(B) | 336.34º | 0.34% | 0.81% | - |
| XYZ | 41.24 | 33.55 | 39.43 | - |
| YUV | 160.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 164 | 0 | 0.34 | 0.21 | 0.19 | 336.34 | 0.43 | 0.67 |
| Hex | CF | 88 | A4 | 0 | 22 | 15 | 13 | 150 | 2B | 43 |
| Octal | 317 | 210 | 244 | 0 | 42 | 25 | 23 | 520 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10100100 | 0 | 100010 | 10101 | 10011 | 101010000 | 101011 | 1000011 |
Color Harmonies of #CF88A4
Complementary color
Monochromatic Colors of #CF88A4
Black with #CF88A4
Text Example
Text Example
White with #CF88A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF88A4; }
p { color: rgb(207,136,164); }
H1.HeaderClassName
{
color: #CF88A4;
}
.AnyTagClassName
{
color: #CF88A4;
}
</style>
background-color css
<style>
a { background-color: #CF88A4; }
a { background-color: rgb(207,136,164); }
div.DivClassName
{
background-color: #CF88A4;
}
.BgClassName
{
background-color: #CF88A4;
}
</style>
border-color css
<style>
span { border-color: #CF88A4; }
span { border-color: rgb(207,136,164); }
td.TdClassName
{
border-color: #CF88A4;
}
.TagClassName
{
border-color: #CF88A4;
}
</style>