Shades of Can Can #D28F90
Tints of Can Can #D28F90
RGB
CMYK
RGB Variations
Color information
#D28F90 (or 0xD28F90) is known color: Can Can. HEX triplet: D2, 8F and 90. RGB value is (210,143,144). Sum of RGB (Red+Green+Blue) = 210+143+144=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F90 is #2D706F. Grayscale: #A3A3A3. Windows color (decimal): -2977904 or 9474002. OLE color: 9474002.
HSL color Cylindrical-coordinate representation of color #D28F90: hue angle of 359.1º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28F90 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 144 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.18 |
| HSL | 359.1º | 0.43% | 0.69% | - |
| HSV(B) | 359.1º | 0.32% | 0.82% | - |
| XYZ | 41.43 | 35.36 | 31.03 | - |
| YUV | 163.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 144 | 0 | 0.32 | 0.31 | 0.18 | 359.1 | 0.43 | 0.69 |
| Hex | D2 | 8F | 90 | 0 | 20 | 1F | 12 | 167 | 2B | 45 |
| Octal | 322 | 217 | 220 | 0 | 40 | 37 | 22 | 547 | 53 | 105 |
| Binary | 11010010 | 10001111 | 10010000 | 0 | 100000 | 11111 | 10010 | 101100111 | 101011 | 1000101 |
Color Harmonies of #D28F90
Complementary color
Monochromatic Colors of #D28F90
Black with #D28F90
Text Example
Text Example
White with #D28F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F90; }
p { color: rgb(210,143,144); }
H1.HeaderClassName
{
color: #D28F90;
}
.AnyTagClassName
{
color: #D28F90;
}
</style>
background-color css
<style>
a { background-color: #D28F90; }
a { background-color: rgb(210,143,144); }
div.DivClassName
{
background-color: #D28F90;
}
.BgClassName
{
background-color: #D28F90;
}
</style>
border-color css
<style>
span { border-color: #D28F90; }
span { border-color: rgb(210,143,144); }
td.TdClassName
{
border-color: #D28F90;
}
.TagClassName
{
border-color: #D28F90;
}
</style>