Shades of Can Can #D6869A
Tints of Can Can #D6869A
RGB
CMYK
RGB Variations
Color information
#D6869A (or 0xD6869A) is known color: Can Can. HEX triplet: D6, 86 and 9A. RGB value is (214,134,154). Sum of RGB (Red+Green+Blue) = 214+134+154=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6869A is #297965. Grayscale: #A0A0A0. Windows color (decimal): -2718054 or 10127062. OLE color: 10127062.
HSL color Cylindrical-coordinate representation of color #D6869A: hue angle of 345º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6869A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 154 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.16 |
| HSL | 345º | 0.49% | 0.68% | - |
| HSV(B) | 345º | 0.37% | 0.84% | - |
| XYZ | 42.09 | 33.68 | 34.85 | - |
| YUV | 160.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 154 | 0 | 0.37 | 0.28 | 0.16 | 345 | 0.49 | 0.68 |
| Hex | D6 | 86 | 9A | 0 | 25 | 1C | 10 | 159 | 31 | 44 |
| Octal | 326 | 206 | 232 | 0 | 45 | 34 | 20 | 531 | 61 | 104 |
| Binary | 11010110 | 10000110 | 10011010 | 0 | 100101 | 11100 | 10000 | 101011001 | 110001 | 1000100 |
Color Harmonies of #D6869A
Complementary color
Monochromatic Colors of #D6869A
Black with #D6869A
Text Example
Text Example
White with #D6869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6869A; }
p { color: rgb(214,134,154); }
H1.HeaderClassName
{
color: #D6869A;
}
.AnyTagClassName
{
color: #D6869A;
}
</style>
background-color css
<style>
a { background-color: #D6869A; }
a { background-color: rgb(214,134,154); }
div.DivClassName
{
background-color: #D6869A;
}
.BgClassName
{
background-color: #D6869A;
}
</style>
border-color css
<style>
span { border-color: #D6869A; }
span { border-color: rgb(214,134,154); }
td.TdClassName
{
border-color: #D6869A;
}
.TagClassName
{
border-color: #D6869A;
}
</style>