Shades of Can Can #D0929C
Tints of Can Can #D0929C
RGB
CMYK
RGB Variations
Color information
#D0929C (or 0xD0929C) is known color: Can Can. HEX triplet: D0, 92 and 9C. RGB value is (208,146,156). Sum of RGB (Red+Green+Blue) = 208+146+156=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0929C is #2F6D63. Grayscale: #A5A5A5. Windows color (decimal): -3108196 or 10261200. OLE color: 10261200.
HSL color Cylindrical-coordinate representation of color #D0929C: hue angle of 350.32º 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 #D0929C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 156 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.18 |
| HSL | 350.32º | 0.4% | 0.69% | - |
| HSV(B) | 350.32º | 0.3% | 0.82% | - |
| XYZ | 42.29 | 36.37 | 36.24 | - |
| YUV | 165.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 156 | 0 | 0.30 | 0.25 | 0.18 | 350.32 | 0.4 | 0.69 |
| Hex | D0 | 92 | 9C | 0 | 1E | 19 | 12 | 15E | 28 | 45 |
| Octal | 320 | 222 | 234 | 0 | 36 | 31 | 22 | 536 | 50 | 105 |
| Binary | 11010000 | 10010010 | 10011100 | 0 | 11110 | 11001 | 10010 | 101011110 | 101000 | 1000101 |
Color Harmonies of #D0929C
Complementary color
Monochromatic Colors of #D0929C
Black with #D0929C
Text Example
Text Example
White with #D0929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0929C; }
p { color: rgb(208,146,156); }
H1.HeaderClassName
{
color: #D0929C;
}
.AnyTagClassName
{
color: #D0929C;
}
</style>
background-color css
<style>
a { background-color: #D0929C; }
a { background-color: rgb(208,146,156); }
div.DivClassName
{
background-color: #D0929C;
}
.BgClassName
{
background-color: #D0929C;
}
</style>
border-color css
<style>
span { border-color: #D0929C; }
span { border-color: rgb(208,146,156); }
td.TdClassName
{
border-color: #D0929C;
}
.TagClassName
{
border-color: #D0929C;
}
</style>