Shades of Can Can #CD909A
Tints of Can Can #CD909A
RGB
CMYK
RGB Variations
Color information
#CD909A (or 0xCD909A) is known color: Can Can. HEX triplet: CD, 90 and 9A. RGB value is (205,144,154). Sum of RGB (Red+Green+Blue) = 205+144+154=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD909A is #326F65. Grayscale: #A3A3A3. Windows color (decimal): -3305318 or 10129613. OLE color: 10129613.
HSL color Cylindrical-coordinate representation of color #CD909A: hue angle of 350.16º 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 #CD909A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 154 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.20 |
| HSL | 350.16º | 0.38% | 0.68% | - |
| HSV(B) | 350.16º | 0.3% | 0.8% | - |
| XYZ | 40.98 | 35.26 | 35.22 | - |
| YUV | 163.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 154 | 0 | 0.30 | 0.25 | 0.20 | 350.16 | 0.38 | 0.68 |
| Hex | CD | 90 | 9A | 0 | 1E | 19 | 14 | 15E | 26 | 44 |
| Octal | 315 | 220 | 232 | 0 | 36 | 31 | 24 | 536 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10011010 | 0 | 11110 | 11001 | 10100 | 101011110 | 100110 | 1000100 |
Color Harmonies of #CD909A
Complementary color
Monochromatic Colors of #CD909A
Black with #CD909A
Text Example
Text Example
White with #CD909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD909A; }
p { color: rgb(205,144,154); }
H1.HeaderClassName
{
color: #CD909A;
}
.AnyTagClassName
{
color: #CD909A;
}
</style>
background-color css
<style>
a { background-color: #CD909A; }
a { background-color: rgb(205,144,154); }
div.DivClassName
{
background-color: #CD909A;
}
.BgClassName
{
background-color: #CD909A;
}
</style>
border-color css
<style>
span { border-color: #CD909A; }
span { border-color: rgb(205,144,154); }
td.TdClassName
{
border-color: #CD909A;
}
.TagClassName
{
border-color: #CD909A;
}
</style>