Shades of Can Can #D5879A
Tints of Can Can #D5879A
RGB
CMYK
RGB Variations
Color information
#D5879A (or 0xD5879A) is known color: Can Can. HEX triplet: D5, 87 and 9A. RGB value is (213,135,154). Sum of RGB (Red+Green+Blue) = 213+135+154=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5879A is #2A7865. Grayscale: #A0A0A0. Windows color (decimal): -2783334 or 10127317. OLE color: 10127317.
HSL color Cylindrical-coordinate representation of color #D5879A: hue angle of 345.38º degrees, saturation: 0.48, 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 #D5879A is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 154 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.16 |
| HSL | 345.38º | 0.48% | 0.68% | - |
| HSV(B) | 345.38º | 0.37% | 0.84% | - |
| XYZ | 41.94 | 33.81 | 34.89 | - |
| YUV | 160.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 154 | 0 | 0.37 | 0.28 | 0.16 | 345.38 | 0.48 | 0.68 |
| Hex | D5 | 87 | 9A | 0 | 25 | 1C | 10 | 159 | 30 | 44 |
| Octal | 325 | 207 | 232 | 0 | 45 | 34 | 20 | 531 | 60 | 104 |
| Binary | 11010101 | 10000111 | 10011010 | 0 | 100101 | 11100 | 10000 | 101011001 | 110000 | 1000100 |
Color Harmonies of #D5879A
Complementary color
Monochromatic Colors of #D5879A
Black with #D5879A
Text Example
Text Example
White with #D5879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5879A; }
p { color: rgb(213,135,154); }
H1.HeaderClassName
{
color: #D5879A;
}
.AnyTagClassName
{
color: #D5879A;
}
</style>
background-color css
<style>
a { background-color: #D5879A; }
a { background-color: rgb(213,135,154); }
div.DivClassName
{
background-color: #D5879A;
}
.BgClassName
{
background-color: #D5879A;
}
</style>
border-color css
<style>
span { border-color: #D5879A; }
span { border-color: rgb(213,135,154); }
td.TdClassName
{
border-color: #D5879A;
}
.TagClassName
{
border-color: #D5879A;
}
</style>