Shades of Can Can #D99194
Tints of Can Can #D99194
RGB
CMYK
RGB Variations
Color information
#D99194 (or 0xD99194) is known color: Can Can. HEX triplet: D9, 91 and 94. RGB value is (217,145,148). Sum of RGB (Red+Green+Blue) = 217+145+148=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D99194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99194 is #266E6B. Grayscale: #A6A6A6. Windows color (decimal): -2518636 or 9736665. OLE color: 9736665.
HSL color Cylindrical-coordinate representation of color #D99194: hue angle of 357.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99194 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 148 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.15 |
| HSL | 357.5º | 0.49% | 0.71% | - |
| HSV(B) | 357.5º | 0.33% | 0.85% | - |
| XYZ | 44.09 | 37.14 | 32.86 | - |
| YUV | 166.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 148 | 0 | 0.33 | 0.32 | 0.15 | 357.5 | 0.49 | 0.71 |
| Hex | D9 | 91 | 94 | 0 | 21 | 20 | F | 166 | 31 | 47 |
| Octal | 331 | 221 | 224 | 0 | 41 | 40 | 17 | 546 | 61 | 107 |
| Binary | 11011001 | 10010001 | 10010100 | 0 | 100001 | 100000 | 1111 | 101100110 | 110001 | 1000111 |
Color Harmonies of #D99194
Complementary color
Monochromatic Colors of #D99194
Black with #D99194
Text Example
Text Example
White with #D99194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99194; }
p { color: rgb(217,145,148); }
H1.HeaderClassName
{
color: #D99194;
}
.AnyTagClassName
{
color: #D99194;
}
</style>
background-color css
<style>
a { background-color: #D99194; }
a { background-color: rgb(217,145,148); }
div.DivClassName
{
background-color: #D99194;
}
.BgClassName
{
background-color: #D99194;
}
</style>
border-color css
<style>
span { border-color: #D99194; }
span { border-color: rgb(217,145,148); }
td.TdClassName
{
border-color: #D99194;
}
.TagClassName
{
border-color: #D99194;
}
</style>