Shades of Can Can #CD9098
Tints of Can Can #CD9098
RGB
CMYK
RGB Variations
Color information
#CD9098 (or 0xCD9098) is known color: Can Can. HEX triplet: CD, 90 and 98. RGB value is (205,144,152). Sum of RGB (Red+Green+Blue) = 205+144+152=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9098 is #326F67. Grayscale: #A3A3A3. Windows color (decimal): -3305320 or 9998541. OLE color: 9998541.
HSL color Cylindrical-coordinate representation of color #CD9098: hue angle of 352.13º 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 #CD9098 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 152 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.20 |
| HSL | 352.13º | 0.38% | 0.68% | - |
| HSV(B) | 352.13º | 0.3% | 0.8% | - |
| XYZ | 40.82 | 35.19 | 34.35 | - |
| YUV | 163.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 152 | 0 | 0.30 | 0.26 | 0.20 | 352.13 | 0.38 | 0.68 |
| Hex | CD | 90 | 98 | 0 | 1E | 1A | 14 | 160 | 26 | 44 |
| Octal | 315 | 220 | 230 | 0 | 36 | 32 | 24 | 540 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10011000 | 0 | 11110 | 11010 | 10100 | 101100000 | 100110 | 1000100 |
Color Harmonies of #CD9098
Complementary color
Monochromatic Colors of #CD9098
Black with #CD9098
Text Example
Text Example
White with #CD9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9098; }
p { color: rgb(205,144,152); }
H1.HeaderClassName
{
color: #CD9098;
}
.AnyTagClassName
{
color: #CD9098;
}
</style>
background-color css
<style>
a { background-color: #CD9098; }
a { background-color: rgb(205,144,152); }
div.DivClassName
{
background-color: #CD9098;
}
.BgClassName
{
background-color: #CD9098;
}
</style>
border-color css
<style>
span { border-color: #CD9098; }
span { border-color: rgb(205,144,152); }
td.TdClassName
{
border-color: #CD9098;
}
.TagClassName
{
border-color: #CD9098;
}
</style>