Shades of Can Can #D5849A
Tints of Can Can #D5849A
RGB
CMYK
RGB Variations
Color information
#D5849A (or 0xD5849A) is known color: Can Can. HEX triplet: D5, 84 and 9A. RGB value is (213,132,154). Sum of RGB (Red+Green+Blue) = 213+132+154=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5849A is #2A7B65. Grayscale: #9E9E9E. Windows color (decimal): -2784102 or 10126549. OLE color: 10126549.
HSL color Cylindrical-coordinate representation of color #D5849A: hue angle of 343.7º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5849A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 154 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.16 |
| HSL | 343.7º | 0.49% | 0.68% | - |
| HSV(B) | 343.7º | 0.38% | 0.84% | - |
| XYZ | 41.52 | 32.98 | 34.75 | - |
| YUV | 158.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 154 | 0 | 0.38 | 0.28 | 0.16 | 343.7 | 0.49 | 0.68 |
| Hex | D5 | 84 | 9A | 0 | 26 | 1C | 10 | 158 | 31 | 44 |
| Octal | 325 | 204 | 232 | 0 | 46 | 34 | 20 | 530 | 61 | 104 |
| Binary | 11010101 | 10000100 | 10011010 | 0 | 100110 | 11100 | 10000 | 101011000 | 110001 | 1000100 |
Color Harmonies of #D5849A
Complementary color
Monochromatic Colors of #D5849A
Black with #D5849A
Text Example
Text Example
White with #D5849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5849A; }
p { color: rgb(213,132,154); }
H1.HeaderClassName
{
color: #D5849A;
}
.AnyTagClassName
{
color: #D5849A;
}
</style>
background-color css
<style>
a { background-color: #D5849A; }
a { background-color: rgb(213,132,154); }
div.DivClassName
{
background-color: #D5849A;
}
.BgClassName
{
background-color: #D5849A;
}
</style>
border-color css
<style>
span { border-color: #D5849A; }
span { border-color: rgb(213,132,154); }
td.TdClassName
{
border-color: #D5849A;
}
.TagClassName
{
border-color: #D5849A;
}
</style>