Shades of Can Can #D0899D
Tints of Can Can #D0899D
RGB
CMYK
RGB Variations
Color information
#D0899D (or 0xD0899D) is known color: Can Can. HEX triplet: D0, 89 and 9D. RGB value is (208,137,157). Sum of RGB (Red+Green+Blue) = 208+137+157=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0899D is #2F7662. Grayscale: #A0A0A0. Windows color (decimal): -3110499 or 10324432. OLE color: 10324432.
HSL color Cylindrical-coordinate representation of color #D0899D: hue angle of 343.1º 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 #D0899D is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 157 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.18 |
| HSL | 343.1º | 0.43% | 0.68% | - |
| HSV(B) | 343.1º | 0.34% | 0.82% | - |
| XYZ | 41.04 | 33.74 | 36.25 | - |
| YUV | 160.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 157 | 0 | 0.34 | 0.25 | 0.18 | 343.1 | 0.43 | 0.68 |
| Hex | D0 | 89 | 9D | 0 | 22 | 19 | 12 | 157 | 2B | 44 |
| Octal | 320 | 211 | 235 | 0 | 42 | 31 | 22 | 527 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10011101 | 0 | 100010 | 11001 | 10010 | 101010111 | 101011 | 1000100 |
Color Harmonies of #D0899D
Complementary color
Monochromatic Colors of #D0899D
Black with #D0899D
Text Example
Text Example
White with #D0899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0899D; }
p { color: rgb(208,137,157); }
H1.HeaderClassName
{
color: #D0899D;
}
.AnyTagClassName
{
color: #D0899D;
}
</style>
background-color css
<style>
a { background-color: #D0899D; }
a { background-color: rgb(208,137,157); }
div.DivClassName
{
background-color: #D0899D;
}
.BgClassName
{
background-color: #D0899D;
}
</style>
border-color css
<style>
span { border-color: #D0899D; }
span { border-color: rgb(208,137,157); }
td.TdClassName
{
border-color: #D0899D;
}
.TagClassName
{
border-color: #D0899D;
}
</style>