Shades of Can Can #D68790
Tints of Can Can #D68790
RGB
CMYK
RGB Variations
Color information
#D68790 (or 0xD68790) is known color: Can Can. HEX triplet: D6, 87 and 90. RGB value is (214,135,144). Sum of RGB (Red+Green+Blue) = 214+135+144=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D68790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68790 is #29786F. Grayscale: #9F9F9F. Windows color (decimal): -2717808 or 9471958. OLE color: 9471958.
HSL color Cylindrical-coordinate representation of color #D68790: hue angle of 353.16º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68790 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 144 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.16 |
| HSL | 353.16º | 0.49% | 0.68% | - |
| HSV(B) | 353.16º | 0.37% | 0.84% | - |
| XYZ | 41.43 | 33.64 | 30.69 | - |
| YUV | 159.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 144 | 0 | 0.37 | 0.33 | 0.16 | 353.16 | 0.49 | 0.68 |
| Hex | D6 | 87 | 90 | 0 | 25 | 21 | 10 | 161 | 31 | 44 |
| Octal | 326 | 207 | 220 | 0 | 45 | 41 | 20 | 541 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10010000 | 0 | 100101 | 100001 | 10000 | 101100001 | 110001 | 1000100 |
Color Harmonies of #D68790
Complementary color
Monochromatic Colors of #D68790
Black with #D68790
Text Example
Text Example
White with #D68790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68790; }
p { color: rgb(214,135,144); }
H1.HeaderClassName
{
color: #D68790;
}
.AnyTagClassName
{
color: #D68790;
}
</style>
background-color css
<style>
a { background-color: #D68790; }
a { background-color: rgb(214,135,144); }
div.DivClassName
{
background-color: #D68790;
}
.BgClassName
{
background-color: #D68790;
}
</style>
border-color css
<style>
span { border-color: #D68790; }
span { border-color: rgb(214,135,144); }
td.TdClassName
{
border-color: #D68790;
}
.TagClassName
{
border-color: #D68790;
}
</style>