Shades of Can Can #CD88A1
Tints of Can Can #CD88A1
RGB
CMYK
RGB Variations
Color information
#CD88A1 (or 0xCD88A1) is known color: Can Can. HEX triplet: CD, 88 and A1. RGB value is (205,136,161). Sum of RGB (Red+Green+Blue) = 205+136+161=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD88A1 is #32775E. Grayscale: #9F9F9F. Windows color (decimal): -3307359 or 10586317. OLE color: 10586317.
HSL color Cylindrical-coordinate representation of color #CD88A1: hue angle of 338.26º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD88A1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 161 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.20 |
| HSL | 338.26º | 0.41% | 0.67% | - |
| HSV(B) | 338.26º | 0.34% | 0.8% | - |
| XYZ | 40.41 | 33.16 | 37.99 | - |
| YUV | 159.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 161 | 0 | 0.34 | 0.21 | 0.20 | 338.26 | 0.41 | 0.67 |
| Hex | CD | 88 | A1 | 0 | 22 | 15 | 14 | 152 | 29 | 43 |
| Octal | 315 | 210 | 241 | 0 | 42 | 25 | 24 | 522 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10100001 | 0 | 100010 | 10101 | 10100 | 101010010 | 101001 | 1000011 |
Color Harmonies of #CD88A1
Complementary color
Monochromatic Colors of #CD88A1
Black with #CD88A1
Text Example
Text Example
White with #CD88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD88A1; }
p { color: rgb(205,136,161); }
H1.HeaderClassName
{
color: #CD88A1;
}
.AnyTagClassName
{
color: #CD88A1;
}
</style>
background-color css
<style>
a { background-color: #CD88A1; }
a { background-color: rgb(205,136,161); }
div.DivClassName
{
background-color: #CD88A1;
}
.BgClassName
{
background-color: #CD88A1;
}
</style>
border-color css
<style>
span { border-color: #CD88A1; }
span { border-color: rgb(205,136,161); }
td.TdClassName
{
border-color: #CD88A1;
}
.TagClassName
{
border-color: #CD88A1;
}
</style>