Shades of Can Can #DA8A97
Tints of Can Can #DA8A97
RGB
CMYK
RGB Variations
Color information
#DA8A97 (or 0xDA8A97) is known color: Can Can. HEX triplet: DA, 8A and 97. RGB value is (218,138,151). Sum of RGB (Red+Green+Blue) = 218+138+151=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A97 is #257568. Grayscale: #A3A3A3. Windows color (decimal): -2454889 or 9931482. OLE color: 9931482.
HSL color Cylindrical-coordinate representation of color #DA8A97: hue angle of 350.25º 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 #DA8A97 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 151 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.15 |
| HSL | 350.25º | 0.52% | 0.7% | - |
| HSV(B) | 350.25º | 0.37% | 0.85% | - |
| XYZ | 43.59 | 35.32 | 33.8 | - |
| YUV | 163.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 151 | 0 | 0.37 | 0.31 | 0.15 | 350.25 | 0.52 | 0.7 |
| Hex | DA | 8A | 97 | 0 | 25 | 1F | F | 15E | 34 | 46 |
| Octal | 332 | 212 | 227 | 0 | 45 | 37 | 17 | 536 | 64 | 106 |
| Binary | 11011010 | 10001010 | 10010111 | 0 | 100101 | 11111 | 1111 | 101011110 | 110100 | 1000110 |
Color Harmonies of #DA8A97
Complementary color
Monochromatic Colors of #DA8A97
Black with #DA8A97
Text Example
Text Example
White with #DA8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A97; }
p { color: rgb(218,138,151); }
H1.HeaderClassName
{
color: #DA8A97;
}
.AnyTagClassName
{
color: #DA8A97;
}
</style>
background-color css
<style>
a { background-color: #DA8A97; }
a { background-color: rgb(218,138,151); }
div.DivClassName
{
background-color: #DA8A97;
}
.BgClassName
{
background-color: #DA8A97;
}
</style>
border-color css
<style>
span { border-color: #DA8A97; }
span { border-color: rgb(218,138,151); }
td.TdClassName
{
border-color: #DA8A97;
}
.TagClassName
{
border-color: #DA8A97;
}
</style>