Shades of Can Can #D68293
Tints of Can Can #D68293
RGB
CMYK
RGB Variations
Color information
#D68293 (or 0xD68293) is known color: Can Can. HEX triplet: D6, 82 and 93. RGB value is (214,130,147). Sum of RGB (Red+Green+Blue) = 214+130+147=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D68293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68293 is #297D6C. Grayscale: #9D9D9D. Windows color (decimal): -2719085 or 9667286. OLE color: 9667286.
HSL color Cylindrical-coordinate representation of color #D68293: hue angle of 347.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68293 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 147 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.16 |
| HSL | 347.86º | 0.51% | 0.67% | - |
| HSV(B) | 347.86º | 0.39% | 0.84% | - |
| XYZ | 40.98 | 32.37 | 31.69 | - |
| YUV | 157.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 147 | 0 | 0.39 | 0.31 | 0.16 | 347.86 | 0.51 | 0.67 |
| Hex | D6 | 82 | 93 | 0 | 27 | 1F | 10 | 15C | 33 | 43 |
| Octal | 326 | 202 | 223 | 0 | 47 | 37 | 20 | 534 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10010011 | 0 | 100111 | 11111 | 10000 | 101011100 | 110011 | 1000011 |
Color Harmonies of #D68293
Complementary color
Monochromatic Colors of #D68293
Black with #D68293
Text Example
Text Example
White with #D68293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68293; }
p { color: rgb(214,130,147); }
H1.HeaderClassName
{
color: #D68293;
}
.AnyTagClassName
{
color: #D68293;
}
</style>
background-color css
<style>
a { background-color: #D68293; }
a { background-color: rgb(214,130,147); }
div.DivClassName
{
background-color: #D68293;
}
.BgClassName
{
background-color: #D68293;
}
</style>
border-color css
<style>
span { border-color: #D68293; }
span { border-color: rgb(214,130,147); }
td.TdClassName
{
border-color: #D68293;
}
.TagClassName
{
border-color: #D68293;
}
</style>