Shades of Can Can #D69199
Tints of Can Can #D69199
RGB
CMYK
RGB Variations
Color information
#D69199 (or 0xD69199) is known color: Can Can. HEX triplet: D6, 91 and 99. RGB value is (214,145,153). Sum of RGB (Red+Green+Blue) = 214+145+153=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D69199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69199 is #296E66. Grayscale: #A6A6A6. Windows color (decimal): -2715239 or 10064342. OLE color: 10064342.
HSL color Cylindrical-coordinate representation of color #D69199: hue angle of 353.04º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69199 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 153 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.16 |
| HSL | 353.04º | 0.46% | 0.7% | - |
| HSV(B) | 353.04º | 0.32% | 0.84% | - |
| XYZ | 43.61 | 36.85 | 34.95 | - |
| YUV | 166.54 | 120.36 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 153 | 0 | 0.32 | 0.29 | 0.16 | 353.04 | 0.46 | 0.7 |
| Hex | D6 | 91 | 99 | 0 | 20 | 1D | 10 | 161 | 2E | 46 |
| Octal | 326 | 221 | 231 | 0 | 40 | 35 | 20 | 541 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10011001 | 0 | 100000 | 11101 | 10000 | 101100001 | 101110 | 1000110 |
Color Harmonies of #D69199
Complementary color
Monochromatic Colors of #D69199
Black with #D69199
Text Example
Text Example
White with #D69199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69199; }
p { color: rgb(214,145,153); }
H1.HeaderClassName
{
color: #D69199;
}
.AnyTagClassName
{
color: #D69199;
}
</style>
background-color css
<style>
a { background-color: #D69199; }
a { background-color: rgb(214,145,153); }
div.DivClassName
{
background-color: #D69199;
}
.BgClassName
{
background-color: #D69199;
}
</style>
border-color css
<style>
span { border-color: #D69199; }
span { border-color: rgb(214,145,153); }
td.TdClassName
{
border-color: #D69199;
}
.TagClassName
{
border-color: #D69199;
}
</style>