Shades of Can Can #DA9299
Tints of Can Can #DA9299
RGB
CMYK
RGB Variations
Color information
#DA9299 (or 0xDA9299) is known color: Can Can. HEX triplet: DA, 92 and 99. RGB value is (218,146,153). Sum of RGB (Red+Green+Blue) = 218+146+153=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9299 is #256D66. Grayscale: #A8A8A8. Windows color (decimal): -2452839 or 10064602. OLE color: 10064602.
HSL color Cylindrical-coordinate representation of color #DA9299: hue angle of 354.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9299 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 146 | 153 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.15 |
| HSL | 354.17º | 0.49% | 0.71% | - |
| HSV(B) | 354.17º | 0.33% | 0.85% | - |
| XYZ | 44.94 | 37.76 | 35.06 | - |
| YUV | 168.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 146 | 153 | 0 | 0.33 | 0.30 | 0.15 | 354.17 | 0.49 | 0.71 |
| Hex | DA | 92 | 99 | 0 | 21 | 1E | F | 162 | 31 | 47 |
| Octal | 332 | 222 | 231 | 0 | 41 | 36 | 17 | 542 | 61 | 107 |
| Binary | 11011010 | 10010010 | 10011001 | 0 | 100001 | 11110 | 1111 | 101100010 | 110001 | 1000111 |
Color Harmonies of #DA9299
Complementary color
Monochromatic Colors of #DA9299
Black with #DA9299
Text Example
Text Example
White with #DA9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9299; }
p { color: rgb(218,146,153); }
H1.HeaderClassName
{
color: #DA9299;
}
.AnyTagClassName
{
color: #DA9299;
}
</style>
background-color css
<style>
a { background-color: #DA9299; }
a { background-color: rgb(218,146,153); }
div.DivClassName
{
background-color: #DA9299;
}
.BgClassName
{
background-color: #DA9299;
}
</style>
border-color css
<style>
span { border-color: #DA9299; }
span { border-color: rgb(218,146,153); }
td.TdClassName
{
border-color: #DA9299;
}
.TagClassName
{
border-color: #DA9299;
}
</style>