Shades of Can Can #D68897
Tints of Can Can #D68897
RGB
CMYK
RGB Variations
Color information
#D68897 (or 0xD68897) is known color: Can Can. HEX triplet: D6, 88 and 97. RGB value is (214,136,151). Sum of RGB (Red+Green+Blue) = 214+136+151=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D68897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68897 is #297768. Grayscale: #A1A1A1. Windows color (decimal): -2717545 or 9930966. OLE color: 9930966.
HSL color Cylindrical-coordinate representation of color #D68897: hue angle of 348.46º 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 #D68897 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 151 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.16 |
| HSL | 348.46º | 0.49% | 0.69% | - |
| HSV(B) | 348.46º | 0.36% | 0.84% | - |
| XYZ | 42.12 | 34.14 | 33.65 | - |
| YUV | 161.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 151 | 0 | 0.36 | 0.29 | 0.16 | 348.46 | 0.49 | 0.69 |
| Hex | D6 | 88 | 97 | 0 | 24 | 1D | 10 | 15C | 31 | 45 |
| Octal | 326 | 210 | 227 | 0 | 44 | 35 | 20 | 534 | 61 | 105 |
| Binary | 11010110 | 10001000 | 10010111 | 0 | 100100 | 11101 | 10000 | 101011100 | 110001 | 1000101 |
Color Harmonies of #D68897
Complementary color
Monochromatic Colors of #D68897
Black with #D68897
Text Example
Text Example
White with #D68897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68897; }
p { color: rgb(214,136,151); }
H1.HeaderClassName
{
color: #D68897;
}
.AnyTagClassName
{
color: #D68897;
}
</style>
background-color css
<style>
a { background-color: #D68897; }
a { background-color: rgb(214,136,151); }
div.DivClassName
{
background-color: #D68897;
}
.BgClassName
{
background-color: #D68897;
}
</style>
border-color css
<style>
span { border-color: #D68897; }
span { border-color: rgb(214,136,151); }
td.TdClassName
{
border-color: #D68897;
}
.TagClassName
{
border-color: #D68897;
}
</style>