Shades of Can Can #D089A1
Tints of Can Can #D089A1
RGB
CMYK
RGB Variations
Color information
#D089A1 (or 0xD089A1) is known color: Can Can. HEX triplet: D0, 89 and A1. RGB value is (208,137,161). Sum of RGB (Red+Green+Blue) = 208+137+161=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D089A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D089A1 is #2F765E. Grayscale: #A0A0A0. Windows color (decimal): -3110495 or 10586576. OLE color: 10586576.
HSL color Cylindrical-coordinate representation of color #D089A1: hue angle of 339.72º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D089A1 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 161 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.18 |
| HSL | 339.72º | 0.43% | 0.68% | - |
| HSV(B) | 339.72º | 0.34% | 0.82% | - |
| XYZ | 41.39 | 33.87 | 38.08 | - |
| YUV | 160.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 161 | 0 | 0.34 | 0.23 | 0.18 | 339.72 | 0.43 | 0.68 |
| Hex | D0 | 89 | A1 | 0 | 22 | 17 | 12 | 154 | 2B | 44 |
| Octal | 320 | 211 | 241 | 0 | 42 | 27 | 22 | 524 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10100001 | 0 | 100010 | 10111 | 10010 | 101010100 | 101011 | 1000100 |
Color Harmonies of #D089A1
Complementary color
Monochromatic Colors of #D089A1
Black with #D089A1
Text Example
Text Example
White with #D089A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D089A1; }
p { color: rgb(208,137,161); }
H1.HeaderClassName
{
color: #D089A1;
}
.AnyTagClassName
{
color: #D089A1;
}
</style>
background-color css
<style>
a { background-color: #D089A1; }
a { background-color: rgb(208,137,161); }
div.DivClassName
{
background-color: #D089A1;
}
.BgClassName
{
background-color: #D089A1;
}
</style>
border-color css
<style>
span { border-color: #D089A1; }
span { border-color: rgb(208,137,161); }
td.TdClassName
{
border-color: #D089A1;
}
.TagClassName
{
border-color: #D089A1;
}
</style>