Shades of Can Can #D68898
Tints of Can Can #D68898
RGB
CMYK
RGB Variations
Color information
#D68898 (or 0xD68898) is known color: Can Can. HEX triplet: D6, 88 and 98. RGB value is (214,136,152). Sum of RGB (Red+Green+Blue) = 214+136+152=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D68898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68898 is #297767. Grayscale: #A1A1A1. Windows color (decimal): -2717544 or 9996502. OLE color: 9996502.
HSL color Cylindrical-coordinate representation of color #D68898: hue angle of 347.69º degrees, saturation: 0.49, 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 #D68898 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 152 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.16 |
| HSL | 347.69º | 0.49% | 0.69% | - |
| HSV(B) | 347.69º | 0.36% | 0.84% | - |
| XYZ | 42.2 | 34.17 | 34.08 | - |
| YUV | 161.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 152 | 0 | 0.36 | 0.29 | 0.16 | 347.69 | 0.49 | 0.69 |
| Hex | D6 | 88 | 98 | 0 | 24 | 1D | 10 | 15C | 31 | 45 |
| Octal | 326 | 210 | 230 | 0 | 44 | 35 | 20 | 534 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10011000 | 0 | 100100 | 11101 | 10000 | 101011100 | 110001 | 1000101 |
Color Harmonies of #D68898
Complementary color
Monochromatic Colors of #D68898
Black with #D68898
Text Example
Text Example
White with #D68898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68898; }
p { color: rgb(214,136,152); }
H1.HeaderClassName
{
color: #D68898;
}
.AnyTagClassName
{
color: #D68898;
}
</style>
background-color css
<style>
a { background-color: #D68898; }
a { background-color: rgb(214,136,152); }
div.DivClassName
{
background-color: #D68898;
}
.BgClassName
{
background-color: #D68898;
}
</style>
border-color css
<style>
span { border-color: #D68898; }
span { border-color: rgb(214,136,152); }
td.TdClassName
{
border-color: #D68898;
}
.TagClassName
{
border-color: #D68898;
}
</style>