Shades of Can Can #D08CA4
Tints of Can Can #D08CA4
RGB
CMYK
RGB Variations
Color information
#D08CA4 (or 0xD08CA4) is known color: Can Can. HEX triplet: D0, 8C and A4. RGB value is (208,140,164). Sum of RGB (Red+Green+Blue) = 208+140+164=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CA4 is #2F735B. Grayscale: #A3A3A3. Windows color (decimal): -3109724 or 10783952. OLE color: 10783952.
HSL color Cylindrical-coordinate representation of color #D08CA4: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CA4 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 164 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.18 |
| HSL | 338.82º | 0.42% | 0.68% | - |
| HSV(B) | 338.82º | 0.33% | 0.82% | - |
| XYZ | 42.09 | 34.85 | 39.63 | - |
| YUV | 163.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 164 | 0 | 0.33 | 0.21 | 0.18 | 338.82 | 0.42 | 0.68 |
| Hex | D0 | 8C | A4 | 0 | 21 | 15 | 12 | 153 | 2A | 44 |
| Octal | 320 | 214 | 244 | 0 | 41 | 25 | 22 | 523 | 52 | 104 |
| Binary | 11010000 | 10001100 | 10100100 | 0 | 100001 | 10101 | 10010 | 101010011 | 101010 | 1000100 |
Color Harmonies of #D08CA4
Complementary color
Monochromatic Colors of #D08CA4
Black with #D08CA4
Text Example
Text Example
White with #D08CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CA4; }
p { color: rgb(208,140,164); }
H1.HeaderClassName
{
color: #D08CA4;
}
.AnyTagClassName
{
color: #D08CA4;
}
</style>
background-color css
<style>
a { background-color: #D08CA4; }
a { background-color: rgb(208,140,164); }
div.DivClassName
{
background-color: #D08CA4;
}
.BgClassName
{
background-color: #D08CA4;
}
</style>
border-color css
<style>
span { border-color: #D08CA4; }
span { border-color: rgb(208,140,164); }
td.TdClassName
{
border-color: #D08CA4;
}
.TagClassName
{
border-color: #D08CA4;
}
</style>