Shades of Can Can #D98A90
Tints of Can Can #D98A90
RGB
CMYK
RGB Variations
Color information
#D98A90 (or 0xD98A90) is known color: Can Can. HEX triplet: D9, 8A and 90. RGB value is (217,138,144). Sum of RGB (Red+Green+Blue) = 217+138+144=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A90 is #26756F. Grayscale: #A2A2A2. Windows color (decimal): -2520432 or 9472729. OLE color: 9472729.
HSL color Cylindrical-coordinate representation of color #D98A90: hue angle of 355.44º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98A90 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 144 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.15 |
| HSL | 355.44º | 0.51% | 0.7% | - |
| HSV(B) | 355.44º | 0.36% | 0.85% | - |
| XYZ | 42.74 | 34.94 | 30.88 | - |
| YUV | 162.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 144 | 0 | 0.36 | 0.34 | 0.15 | 355.44 | 0.51 | 0.7 |
| Hex | D9 | 8A | 90 | 0 | 24 | 22 | F | 163 | 33 | 46 |
| Octal | 331 | 212 | 220 | 0 | 44 | 42 | 17 | 543 | 63 | 106 |
| Binary | 11011001 | 10001010 | 10010000 | 0 | 100100 | 100010 | 1111 | 101100011 | 110011 | 1000110 |
Color Harmonies of #D98A90
Complementary color
Monochromatic Colors of #D98A90
Black with #D98A90
Text Example
Text Example
White with #D98A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98A90; }
p { color: rgb(217,138,144); }
H1.HeaderClassName
{
color: #D98A90;
}
.AnyTagClassName
{
color: #D98A90;
}
</style>
background-color css
<style>
a { background-color: #D98A90; }
a { background-color: rgb(217,138,144); }
div.DivClassName
{
background-color: #D98A90;
}
.BgClassName
{
background-color: #D98A90;
}
</style>
border-color css
<style>
span { border-color: #D98A90; }
span { border-color: rgb(217,138,144); }
td.TdClassName
{
border-color: #D98A90;
}
.TagClassName
{
border-color: #D98A90;
}
</style>