Shades of Can Can #D08995
Tints of Can Can #D08995
RGB
CMYK
RGB Variations
Color information
#D08995 (or 0xD08995) is known color: Can Can. HEX triplet: D0, 89 and 95. RGB value is (208,137,149). Sum of RGB (Red+Green+Blue) = 208+137+149=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D08995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08995 is #2F766A. Grayscale: #9F9F9F. Windows color (decimal): -3110507 or 9800144. OLE color: 9800144.
HSL color Cylindrical-coordinate representation of color #D08995: hue angle of 349.86º 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 #D08995 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 149 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.18 |
| HSL | 349.86º | 0.43% | 0.68% | - |
| HSV(B) | 349.86º | 0.34% | 0.82% | - |
| XYZ | 40.38 | 33.47 | 32.77 | - |
| YUV | 159.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 149 | 0 | 0.34 | 0.28 | 0.18 | 349.86 | 0.43 | 0.68 |
| Hex | D0 | 89 | 95 | 0 | 22 | 1C | 12 | 15E | 2B | 44 |
| Octal | 320 | 211 | 225 | 0 | 42 | 34 | 22 | 536 | 53 | 104 |
| Binary | 11010000 | 10001001 | 10010101 | 0 | 100010 | 11100 | 10010 | 101011110 | 101011 | 1000100 |
Color Harmonies of #D08995
Complementary color
Monochromatic Colors of #D08995
Black with #D08995
Text Example
Text Example
White with #D08995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08995; }
p { color: rgb(208,137,149); }
H1.HeaderClassName
{
color: #D08995;
}
.AnyTagClassName
{
color: #D08995;
}
</style>
background-color css
<style>
a { background-color: #D08995; }
a { background-color: rgb(208,137,149); }
div.DivClassName
{
background-color: #D08995;
}
.BgClassName
{
background-color: #D08995;
}
</style>
border-color css
<style>
span { border-color: #D08995; }
span { border-color: rgb(208,137,149); }
td.TdClassName
{
border-color: #D08995;
}
.TagClassName
{
border-color: #D08995;
}
</style>