Shades of Can Can #D2899A
Tints of Can Can #D2899A
RGB
CMYK
RGB Variations
Color information
#D2899A (or 0xD2899A) is known color: Can Can. HEX triplet: D2, 89 and 9A. RGB value is (210,137,154). Sum of RGB (Red+Green+Blue) = 210+137+154=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2899A is #2D7665. Grayscale: #A0A0A0. Windows color (decimal): -2979430 or 10127826. OLE color: 10127826.
HSL color Cylindrical-coordinate representation of color #D2899A: hue angle of 346.03º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2899A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 154 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.18 |
| HSL | 346.03º | 0.45% | 0.68% | - |
| HSV(B) | 346.03º | 0.35% | 0.82% | - |
| XYZ | 41.36 | 33.93 | 34.94 | - |
| YUV | 160.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 154 | 0 | 0.35 | 0.27 | 0.18 | 346.03 | 0.45 | 0.68 |
| Hex | D2 | 89 | 9A | 0 | 23 | 1B | 12 | 15A | 2D | 44 |
| Octal | 322 | 211 | 232 | 0 | 43 | 33 | 22 | 532 | 55 | 104 |
| Binary | 11010010 | 10001001 | 10011010 | 0 | 100011 | 11011 | 10010 | 101011010 | 101101 | 1000100 |
Color Harmonies of #D2899A
Complementary color
Monochromatic Colors of #D2899A
Black with #D2899A
Text Example
Text Example
White with #D2899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2899A; }
p { color: rgb(210,137,154); }
H1.HeaderClassName
{
color: #D2899A;
}
.AnyTagClassName
{
color: #D2899A;
}
</style>
background-color css
<style>
a { background-color: #D2899A; }
a { background-color: rgb(210,137,154); }
div.DivClassName
{
background-color: #D2899A;
}
.BgClassName
{
background-color: #D2899A;
}
</style>
border-color css
<style>
span { border-color: #D2899A; }
span { border-color: rgb(210,137,154); }
td.TdClassName
{
border-color: #D2899A;
}
.TagClassName
{
border-color: #D2899A;
}
</style>