Shades of Can Can #D28C95
Tints of Can Can #D28C95
RGB
CMYK
RGB Variations
Color information
#D28C95 (or 0xD28C95) is known color: Can Can. HEX triplet: D2, 8C and 95. RGB value is (210,140,149). Sum of RGB (Red+Green+Blue) = 210+140+149=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28C95 is #2D736A. Grayscale: #A1A1A1. Windows color (decimal): -2978667 or 9800914. OLE color: 9800914.
HSL color Cylindrical-coordinate representation of color #D28C95: hue angle of 352.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28C95 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 149 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.18 |
| HSL | 352.29º | 0.44% | 0.69% | - |
| HSV(B) | 352.29º | 0.33% | 0.82% | - |
| XYZ | 41.38 | 34.63 | 32.94 | - |
| YUV | 161.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 149 | 0 | 0.33 | 0.29 | 0.18 | 352.29 | 0.44 | 0.69 |
| Hex | D2 | 8C | 95 | 0 | 21 | 1D | 12 | 160 | 2C | 45 |
| Octal | 322 | 214 | 225 | 0 | 41 | 35 | 22 | 540 | 54 | 105 |
| Binary | 11010010 | 10001100 | 10010101 | 0 | 100001 | 11101 | 10010 | 101100000 | 101100 | 1000101 |
Color Harmonies of #D28C95
Complementary color
Monochromatic Colors of #D28C95
Black with #D28C95
Text Example
Text Example
White with #D28C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C95; }
p { color: rgb(210,140,149); }
H1.HeaderClassName
{
color: #D28C95;
}
.AnyTagClassName
{
color: #D28C95;
}
</style>
background-color css
<style>
a { background-color: #D28C95; }
a { background-color: rgb(210,140,149); }
div.DivClassName
{
background-color: #D28C95;
}
.BgClassName
{
background-color: #D28C95;
}
</style>
border-color css
<style>
span { border-color: #D28C95; }
span { border-color: rgb(210,140,149); }
td.TdClassName
{
border-color: #D28C95;
}
.TagClassName
{
border-color: #D28C95;
}
</style>