Shades of Can Can #D68094
Tints of Can Can #D68094
RGB
CMYK
RGB Variations
Color information
#D68094 (or 0xD68094) is known color: Can Can. HEX triplet: D6, 80 and 94. RGB value is (214,128,148). Sum of RGB (Red+Green+Blue) = 214+128+148=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68094 is #297F6B. Grayscale: #9C9C9C. Windows color (decimal): -2719596 or 9732310. OLE color: 9732310.
HSL color Cylindrical-coordinate representation of color #D68094: hue angle of 346.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68094 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 148 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.16 |
| HSL | 346.05º | 0.51% | 0.67% | - |
| HSV(B) | 346.05º | 0.4% | 0.84% | - |
| XYZ | 40.8 | 31.87 | 32.02 | - |
| YUV | 155.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 148 | 0 | 0.40 | 0.31 | 0.16 | 346.05 | 0.51 | 0.67 |
| Hex | D6 | 80 | 94 | 0 | 28 | 1F | 10 | 15A | 33 | 43 |
| Octal | 326 | 200 | 224 | 0 | 50 | 37 | 20 | 532 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10010100 | 0 | 101000 | 11111 | 10000 | 101011010 | 110011 | 1000011 |
Color Harmonies of #D68094
Complementary color
Monochromatic Colors of #D68094
Black with #D68094
Text Example
Text Example
White with #D68094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68094; }
p { color: rgb(214,128,148); }
H1.HeaderClassName
{
color: #D68094;
}
.AnyTagClassName
{
color: #D68094;
}
</style>
background-color css
<style>
a { background-color: #D68094; }
a { background-color: rgb(214,128,148); }
div.DivClassName
{
background-color: #D68094;
}
.BgClassName
{
background-color: #D68094;
}
</style>
border-color css
<style>
span { border-color: #D68094; }
span { border-color: rgb(214,128,148); }
td.TdClassName
{
border-color: #D68094;
}
.TagClassName
{
border-color: #D68094;
}
</style>