Shades of Can Can #D0929F
Tints of Can Can #D0929F
RGB
CMYK
RGB Variations
Color information
#D0929F (or 0xD0929F) is known color: Can Can. HEX triplet: D0, 92 and 9F. RGB value is (208,146,159). Sum of RGB (Red+Green+Blue) = 208+146+159=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0929F is #2F6D60. Grayscale: #A6A6A6. Windows color (decimal): -3108193 or 10457808. OLE color: 10457808.
HSL color Cylindrical-coordinate representation of color #D0929F: hue angle of 347.42º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0929F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 159 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.18 |
| HSL | 347.42º | 0.4% | 0.69% | - |
| HSV(B) | 347.42º | 0.3% | 0.82% | - |
| XYZ | 42.55 | 36.47 | 37.6 | - |
| YUV | 166.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 159 | 0 | 0.30 | 0.24 | 0.18 | 347.42 | 0.4 | 0.69 |
| Hex | D0 | 92 | 9F | 0 | 1E | 18 | 12 | 15B | 28 | 45 |
| Octal | 320 | 222 | 237 | 0 | 36 | 30 | 22 | 533 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10011111 | 0 | 11110 | 11000 | 10010 | 101011011 | 101000 | 1000101 |
Color Harmonies of #D0929F
Complementary color
Monochromatic Colors of #D0929F
Black with #D0929F
Text Example
Text Example
White with #D0929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0929F; }
p { color: rgb(208,146,159); }
H1.HeaderClassName
{
color: #D0929F;
}
.AnyTagClassName
{
color: #D0929F;
}
</style>
background-color css
<style>
a { background-color: #D0929F; }
a { background-color: rgb(208,146,159); }
div.DivClassName
{
background-color: #D0929F;
}
.BgClassName
{
background-color: #D0929F;
}
</style>
border-color css
<style>
span { border-color: #D0929F; }
span { border-color: rgb(208,146,159); }
td.TdClassName
{
border-color: #D0929F;
}
.TagClassName
{
border-color: #D0929F;
}
</style>