Shades of Can Can #D68998
Tints of Can Can #D68998
RGB
CMYK
RGB Variations
Color information
#D68998 (or 0xD68998) is known color: Can Can. HEX triplet: D6, 89 and 98. RGB value is (214,137,152). Sum of RGB (Red+Green+Blue) = 214+137+152=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D68998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68998 is #297667. Grayscale: #A1A1A1. Windows color (decimal): -2717288 or 9996758. OLE color: 9996758.
HSL color Cylindrical-coordinate representation of color #D68998: hue angle of 348.31º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68998 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 152 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.16 |
| HSL | 348.31º | 0.48% | 0.69% | - |
| HSV(B) | 348.31º | 0.36% | 0.84% | - |
| XYZ | 42.34 | 34.45 | 34.12 | - |
| YUV | 161.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 152 | 0 | 0.36 | 0.29 | 0.16 | 348.31 | 0.48 | 0.69 |
| Hex | D6 | 89 | 98 | 0 | 24 | 1D | 10 | 15C | 30 | 45 |
| Octal | 326 | 211 | 230 | 0 | 44 | 35 | 20 | 534 | 60 | 105 |
| Binary | 11010110 | 10001001 | 10011000 | 0 | 100100 | 11101 | 10000 | 101011100 | 110000 | 1000101 |
Color Harmonies of #D68998
Complementary color
Monochromatic Colors of #D68998
Black with #D68998
Text Example
Text Example
White with #D68998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68998; }
p { color: rgb(214,137,152); }
H1.HeaderClassName
{
color: #D68998;
}
.AnyTagClassName
{
color: #D68998;
}
</style>
background-color css
<style>
a { background-color: #D68998; }
a { background-color: rgb(214,137,152); }
div.DivClassName
{
background-color: #D68998;
}
.BgClassName
{
background-color: #D68998;
}
</style>
border-color css
<style>
span { border-color: #D68998; }
span { border-color: rgb(214,137,152); }
td.TdClassName
{
border-color: #D68998;
}
.TagClassName
{
border-color: #D68998;
}
</style>