Shades of Can Can #DA8C9A
Tints of Can Can #DA8C9A
RGB
CMYK
RGB Variations
Color information
#DA8C9A (or 0xDA8C9A) is known color: Can Can. HEX triplet: DA, 8C and 9A. RGB value is (218,140,154). Sum of RGB (Red+Green+Blue) = 218+140+154=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C9A is #257365. Grayscale: #A4A4A4. Windows color (decimal): -2454374 or 10128602. OLE color: 10128602.
HSL color Cylindrical-coordinate representation of color #DA8C9A: hue angle of 349.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8C9A is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 154 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.15 |
| HSL | 349.23º | 0.51% | 0.7% | - |
| HSV(B) | 349.23º | 0.36% | 0.85% | - |
| XYZ | 44.12 | 35.99 | 35.19 | - |
| YUV | 164.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 154 | 0 | 0.36 | 0.29 | 0.15 | 349.23 | 0.51 | 0.7 |
| Hex | DA | 8C | 9A | 0 | 24 | 1D | F | 15D | 33 | 46 |
| Octal | 332 | 214 | 232 | 0 | 44 | 35 | 17 | 535 | 63 | 106 |
| Binary | 11011010 | 10001100 | 10011010 | 0 | 100100 | 11101 | 1111 | 101011101 | 110011 | 1000110 |
Color Harmonies of #DA8C9A
Complementary color
Monochromatic Colors of #DA8C9A
Black with #DA8C9A
Text Example
Text Example
White with #DA8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C9A; }
p { color: rgb(218,140,154); }
H1.HeaderClassName
{
color: #DA8C9A;
}
.AnyTagClassName
{
color: #DA8C9A;
}
</style>
background-color css
<style>
a { background-color: #DA8C9A; }
a { background-color: rgb(218,140,154); }
div.DivClassName
{
background-color: #DA8C9A;
}
.BgClassName
{
background-color: #DA8C9A;
}
</style>
border-color css
<style>
span { border-color: #DA8C9A; }
span { border-color: rgb(218,140,154); }
td.TdClassName
{
border-color: #DA8C9A;
}
.TagClassName
{
border-color: #DA8C9A;
}
</style>