Shades of Can Can #DA8A96
Tints of Can Can #DA8A96
RGB
CMYK
RGB Variations
Color information
#DA8A96 (or 0xDA8A96) is known color: Can Can. HEX triplet: DA, 8A and 96. RGB value is (218,138,150). Sum of RGB (Red+Green+Blue) = 218+138+150=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A96 is #257569. Grayscale: #A3A3A3. Windows color (decimal): -2454890 or 9865946. OLE color: 9865946.
HSL color Cylindrical-coordinate representation of color #DA8A96: hue angle of 351º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8A96 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 150 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.15 |
| HSL | 351º | 0.52% | 0.7% | - |
| HSV(B) | 351º | 0.37% | 0.85% | - |
| XYZ | 43.51 | 35.28 | 33.37 | - |
| YUV | 163.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 150 | 0 | 0.37 | 0.31 | 0.15 | 351 | 0.52 | 0.7 |
| Hex | DA | 8A | 96 | 0 | 25 | 1F | F | 15F | 34 | 46 |
| Octal | 332 | 212 | 226 | 0 | 45 | 37 | 17 | 537 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10010110 | 0 | 100101 | 11111 | 1111 | 101011111 | 110100 | 1000110 |
Color Harmonies of #DA8A96
Complementary color
Monochromatic Colors of #DA8A96
Black with #DA8A96
Text Example
Text Example
White with #DA8A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A96; }
p { color: rgb(218,138,150); }
H1.HeaderClassName
{
color: #DA8A96;
}
.AnyTagClassName
{
color: #DA8A96;
}
</style>
background-color css
<style>
a { background-color: #DA8A96; }
a { background-color: rgb(218,138,150); }
div.DivClassName
{
background-color: #DA8A96;
}
.BgClassName
{
background-color: #DA8A96;
}
</style>
border-color css
<style>
span { border-color: #DA8A96; }
span { border-color: rgb(218,138,150); }
td.TdClassName
{
border-color: #DA8A96;
}
.TagClassName
{
border-color: #DA8A96;
}
</style>