Shades of Can Can #DA869A
Tints of Can Can #DA869A
RGB
CMYK
RGB Variations
Color information
#DA869A (or 0xDA869A) is known color: Can Can. HEX triplet: DA, 86 and 9A. RGB value is (218,134,154). Sum of RGB (Red+Green+Blue) = 218+134+154=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA869A is #257965. Grayscale: #A1A1A1. Windows color (decimal): -2455910 or 10127066. OLE color: 10127066.
HSL color Cylindrical-coordinate representation of color #DA869A: hue angle of 345.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA869A is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 154 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.15 |
| HSL | 345.71º | 0.53% | 0.69% | - |
| HSV(B) | 345.71º | 0.39% | 0.85% | - |
| XYZ | 43.27 | 34.29 | 34.91 | - |
| YUV | 161.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 154 | 0 | 0.39 | 0.29 | 0.15 | 345.71 | 0.53 | 0.69 |
| Hex | DA | 86 | 9A | 0 | 27 | 1D | F | 15A | 35 | 45 |
| Octal | 332 | 206 | 232 | 0 | 47 | 35 | 17 | 532 | 65 | 105 |
| Binary | 11011010 | 10000110 | 10011010 | 0 | 100111 | 11101 | 1111 | 101011010 | 110101 | 1000101 |
Color Harmonies of #DA869A
Complementary color
Monochromatic Colors of #DA869A
Black with #DA869A
Text Example
Text Example
White with #DA869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA869A; }
p { color: rgb(218,134,154); }
H1.HeaderClassName
{
color: #DA869A;
}
.AnyTagClassName
{
color: #DA869A;
}
</style>
background-color css
<style>
a { background-color: #DA869A; }
a { background-color: rgb(218,134,154); }
div.DivClassName
{
background-color: #DA869A;
}
.BgClassName
{
background-color: #DA869A;
}
</style>
border-color css
<style>
span { border-color: #DA869A; }
span { border-color: rgb(218,134,154); }
td.TdClassName
{
border-color: #DA869A;
}
.TagClassName
{
border-color: #DA869A;
}
</style>