Shades of Can Can #CD909C
Tints of Can Can #CD909C
RGB
CMYK
RGB Variations
Color information
#CD909C (or 0xCD909C) is known color: Can Can. HEX triplet: CD, 90 and 9C. RGB value is (205,144,156). Sum of RGB (Red+Green+Blue) = 205+144+156=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD909C is #326F63. Grayscale: #A3A3A3. Windows color (decimal): -3305316 or 10260685. OLE color: 10260685.
HSL color Cylindrical-coordinate representation of color #CD909C: hue angle of 348.2º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD909C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 156 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.20 |
| HSL | 348.2º | 0.38% | 0.68% | - |
| HSV(B) | 348.2º | 0.3% | 0.8% | - |
| XYZ | 41.15 | 35.33 | 36.1 | - |
| YUV | 163.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 156 | 0 | 0.30 | 0.24 | 0.20 | 348.2 | 0.38 | 0.68 |
| Hex | CD | 90 | 9C | 0 | 1E | 18 | 14 | 15C | 26 | 44 |
| Octal | 315 | 220 | 234 | 0 | 36 | 30 | 24 | 534 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10011100 | 0 | 11110 | 11000 | 10100 | 101011100 | 100110 | 1000100 |
Color Harmonies of #CD909C
Complementary color
Monochromatic Colors of #CD909C
Black with #CD909C
Text Example
Text Example
White with #CD909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD909C; }
p { color: rgb(205,144,156); }
H1.HeaderClassName
{
color: #CD909C;
}
.AnyTagClassName
{
color: #CD909C;
}
</style>
background-color css
<style>
a { background-color: #CD909C; }
a { background-color: rgb(205,144,156); }
div.DivClassName
{
background-color: #CD909C;
}
.BgClassName
{
background-color: #CD909C;
}
</style>
border-color css
<style>
span { border-color: #CD909C; }
span { border-color: rgb(205,144,156); }
td.TdClassName
{
border-color: #CD909C;
}
.TagClassName
{
border-color: #CD909C;
}
</style>