Shades of Can Can #D08FA1
Tints of Can Can #D08FA1
RGB
CMYK
RGB Variations
Color information
#D08FA1 (or 0xD08FA1) is known color: Can Can. HEX triplet: D0, 8F and A1. RGB value is (208,143,161). Sum of RGB (Red+Green+Blue) = 208+143+161=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FA1 is #2F705E. Grayscale: #A4A4A4. Windows color (decimal): -3108959 or 10588112. OLE color: 10588112.
HSL color Cylindrical-coordinate representation of color #D08FA1: hue angle of 343.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FA1 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 161 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.18 |
| HSL | 343.38º | 0.41% | 0.69% | - |
| HSV(B) | 343.38º | 0.31% | 0.82% | - |
| XYZ | 42.27 | 35.63 | 38.37 | - |
| YUV | 164.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 161 | 0 | 0.31 | 0.23 | 0.18 | 343.38 | 0.41 | 0.69 |
| Hex | D0 | 8F | A1 | 0 | 1F | 17 | 12 | 157 | 29 | 45 |
| Octal | 320 | 217 | 241 | 0 | 37 | 27 | 22 | 527 | 51 | 105 |
| Binary | 11010000 | 10001111 | 10100001 | 0 | 11111 | 10111 | 10010 | 101010111 | 101001 | 1000101 |
Color Harmonies of #D08FA1
Complementary color
Monochromatic Colors of #D08FA1
Black with #D08FA1
Text Example
Text Example
White with #D08FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FA1; }
p { color: rgb(208,143,161); }
H1.HeaderClassName
{
color: #D08FA1;
}
.AnyTagClassName
{
color: #D08FA1;
}
</style>
background-color css
<style>
a { background-color: #D08FA1; }
a { background-color: rgb(208,143,161); }
div.DivClassName
{
background-color: #D08FA1;
}
.BgClassName
{
background-color: #D08FA1;
}
</style>
border-color css
<style>
span { border-color: #D08FA1; }
span { border-color: rgb(208,143,161); }
td.TdClassName
{
border-color: #D08FA1;
}
.TagClassName
{
border-color: #D08FA1;
}
</style>