Shades of Can Can #D088A2
Tints of Can Can #D088A2
RGB
CMYK
RGB Variations
Color information
#D088A2 (or 0xD088A2) is known color: Can Can. HEX triplet: D0, 88 and A2. RGB value is (208,136,162). Sum of RGB (Red+Green+Blue) = 208+136+162=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D088A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088A2 is #2F775D. Grayscale: #A0A0A0. Windows color (decimal): -3110750 or 10651856. OLE color: 10651856.
HSL color Cylindrical-coordinate representation of color #D088A2: hue angle of 338.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088A2 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 162 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.18 |
| HSL | 338.33º | 0.43% | 0.67% | - |
| HSV(B) | 338.33º | 0.35% | 0.82% | - |
| XYZ | 41.34 | 33.63 | 38.49 | - |
| YUV | 160.49 | 128.85 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 162 | 0 | 0.35 | 0.22 | 0.18 | 338.33 | 0.43 | 0.67 |
| Hex | D0 | 88 | A2 | 0 | 23 | 16 | 12 | 152 | 2B | 43 |
| Octal | 320 | 210 | 242 | 0 | 43 | 26 | 22 | 522 | 53 | 103 |
| Binary | 11010000 | 10001000 | 10100010 | 0 | 100011 | 10110 | 10010 | 101010010 | 101011 | 1000011 |
Color Harmonies of #D088A2
Complementary color
Monochromatic Colors of #D088A2
Black with #D088A2
Text Example
Text Example
White with #D088A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D088A2; }
p { color: rgb(208,136,162); }
H1.HeaderClassName
{
color: #D088A2;
}
.AnyTagClassName
{
color: #D088A2;
}
</style>
background-color css
<style>
a { background-color: #D088A2; }
a { background-color: rgb(208,136,162); }
div.DivClassName
{
background-color: #D088A2;
}
.BgClassName
{
background-color: #D088A2;
}
</style>
border-color css
<style>
span { border-color: #D088A2; }
span { border-color: rgb(208,136,162); }
td.TdClassName
{
border-color: #D088A2;
}
.TagClassName
{
border-color: #D088A2;
}
</style>