Shades of Can Can #D28699
Tints of Can Can #D28699
RGB
CMYK
RGB Variations
Color information
#D28699 (or 0xD28699) is known color: Can Can. HEX triplet: D2, 86 and 99. RGB value is (210,134,153). Sum of RGB (Red+Green+Blue) = 210+134+153=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D28699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28699 is #2D7966. Grayscale: #9E9E9E. Windows color (decimal): -2980199 or 10061522. OLE color: 10061522.
HSL color Cylindrical-coordinate representation of color #D28699: hue angle of 345º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28699 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 153 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.18 |
| HSL | 345º | 0.46% | 0.67% | - |
| HSV(B) | 345º | 0.36% | 0.82% | - |
| XYZ | 40.85 | 33.05 | 34.36 | - |
| YUV | 158.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 153 | 0 | 0.36 | 0.27 | 0.18 | 345 | 0.46 | 0.67 |
| Hex | D2 | 86 | 99 | 0 | 24 | 1B | 12 | 159 | 2E | 43 |
| Octal | 322 | 206 | 231 | 0 | 44 | 33 | 22 | 531 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10011001 | 0 | 100100 | 11011 | 10010 | 101011001 | 101110 | 1000011 |
Color Harmonies of #D28699
Complementary color
Monochromatic Colors of #D28699
Black with #D28699
Text Example
Text Example
White with #D28699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28699; }
p { color: rgb(210,134,153); }
H1.HeaderClassName
{
color: #D28699;
}
.AnyTagClassName
{
color: #D28699;
}
</style>
background-color css
<style>
a { background-color: #D28699; }
a { background-color: rgb(210,134,153); }
div.DivClassName
{
background-color: #D28699;
}
.BgClassName
{
background-color: #D28699;
}
</style>
border-color css
<style>
span { border-color: #D28699; }
span { border-color: rgb(210,134,153); }
td.TdClassName
{
border-color: #D28699;
}
.TagClassName
{
border-color: #D28699;
}
</style>