Shades of Can Can #CD9096
Tints of Can Can #CD9096
RGB
CMYK
RGB Variations
Color information
#CD9096 (or 0xCD9096) is known color: Can Can. HEX triplet: CD, 90 and 96. RGB value is (205,144,150). Sum of RGB (Red+Green+Blue) = 205+144+150=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9096 is #326F69. Grayscale: #A2A2A2. Windows color (decimal): -3305322 or 9867469. OLE color: 9867469.
HSL color Cylindrical-coordinate representation of color #CD9096: hue angle of 354.1º 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 #CD9096 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 150 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.20 |
| HSL | 354.1º | 0.38% | 0.68% | - |
| HSV(B) | 354.1º | 0.3% | 0.8% | - |
| XYZ | 40.66 | 35.13 | 33.49 | - |
| YUV | 162.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 150 | 0 | 0.30 | 0.27 | 0.20 | 354.1 | 0.38 | 0.68 |
| Hex | CD | 90 | 96 | 0 | 1E | 1B | 14 | 162 | 26 | 44 |
| Octal | 315 | 220 | 226 | 0 | 36 | 33 | 24 | 542 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10010110 | 0 | 11110 | 11011 | 10100 | 101100010 | 100110 | 1000100 |
Color Harmonies of #CD9096
Complementary color
Monochromatic Colors of #CD9096
Black with #CD9096
Text Example
Text Example
White with #CD9096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9096; }
p { color: rgb(205,144,150); }
H1.HeaderClassName
{
color: #CD9096;
}
.AnyTagClassName
{
color: #CD9096;
}
</style>
background-color css
<style>
a { background-color: #CD9096; }
a { background-color: rgb(205,144,150); }
div.DivClassName
{
background-color: #CD9096;
}
.BgClassName
{
background-color: #CD9096;
}
</style>
border-color css
<style>
span { border-color: #CD9096; }
span { border-color: rgb(205,144,150); }
td.TdClassName
{
border-color: #CD9096;
}
.TagClassName
{
border-color: #CD9096;
}
</style>