Shades of Can Can #D68290
Tints of Can Can #D68290
RGB
CMYK
RGB Variations
Color information
#D68290 (or 0xD68290) is known color: Can Can. HEX triplet: D6, 82 and 90. RGB value is (214,130,144). Sum of RGB (Red+Green+Blue) = 214+130+144=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D68290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68290 is #297D6F. Grayscale: #9C9C9C. Windows color (decimal): -2719088 or 9470678. OLE color: 9470678.
HSL color Cylindrical-coordinate representation of color #D68290: hue angle of 350º 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 #D68290 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 144 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.16 |
| HSL | 350º | 0.51% | 0.67% | - |
| HSV(B) | 350º | 0.39% | 0.84% | - |
| XYZ | 40.75 | 32.28 | 30.47 | - |
| YUV | 156.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 144 | 0 | 0.39 | 0.33 | 0.16 | 350 | 0.51 | 0.67 |
| Hex | D6 | 82 | 90 | 0 | 27 | 21 | 10 | 15E | 33 | 43 |
| Octal | 326 | 202 | 220 | 0 | 47 | 41 | 20 | 536 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10010000 | 0 | 100111 | 100001 | 10000 | 101011110 | 110011 | 1000011 |
Color Harmonies of #D68290
Complementary color
Monochromatic Colors of #D68290
Black with #D68290
Text Example
Text Example
White with #D68290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68290; }
p { color: rgb(214,130,144); }
H1.HeaderClassName
{
color: #D68290;
}
.AnyTagClassName
{
color: #D68290;
}
</style>
background-color css
<style>
a { background-color: #D68290; }
a { background-color: rgb(214,130,144); }
div.DivClassName
{
background-color: #D68290;
}
.BgClassName
{
background-color: #D68290;
}
</style>
border-color css
<style>
span { border-color: #D68290; }
span { border-color: rgb(214,130,144); }
td.TdClassName
{
border-color: #D68290;
}
.TagClassName
{
border-color: #D68290;
}
</style>