Shades of Can Can #D195A4
Tints of Can Can #D195A4
RGB
CMYK
RGB Variations
Color information
#D195A4 (or 0xD195A4) is known color: Can Can. HEX triplet: D1, 95 and A4. RGB value is (209,149,164). Sum of RGB (Red+Green+Blue) = 209+149+164=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D195A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D195A4 is #2E6A5B. Grayscale: #A8A8A8. Windows color (decimal): -3041884 or 10786257. OLE color: 10786257.
HSL color Cylindrical-coordinate representation of color #D195A4: hue angle of 345º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D195A4 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 164 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.18 |
| HSL | 345º | 0.39% | 0.7% | - |
| HSV(B) | 345º | 0.29% | 0.82% | - |
| XYZ | 43.74 | 37.73 | 40.1 | - |
| YUV | 168.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 164 | 0 | 0.29 | 0.22 | 0.18 | 345 | 0.39 | 0.7 |
| Hex | D1 | 95 | A4 | 0 | 1D | 16 | 12 | 159 | 27 | 46 |
| Octal | 321 | 225 | 244 | 0 | 35 | 26 | 22 | 531 | 47 | 106 |
| Binary | 11010001 | 10010101 | 10100100 | 0 | 11101 | 10110 | 10010 | 101011001 | 100111 | 1000110 |
Color Harmonies of #D195A4
Complementary color
Monochromatic Colors of #D195A4
Black with #D195A4
Text Example
Text Example
White with #D195A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D195A4; }
p { color: rgb(209,149,164); }
H1.HeaderClassName
{
color: #D195A4;
}
.AnyTagClassName
{
color: #D195A4;
}
</style>
background-color css
<style>
a { background-color: #D195A4; }
a { background-color: rgb(209,149,164); }
div.DivClassName
{
background-color: #D195A4;
}
.BgClassName
{
background-color: #D195A4;
}
</style>
border-color css
<style>
span { border-color: #D195A4; }
span { border-color: rgb(209,149,164); }
td.TdClassName
{
border-color: #D195A4;
}
.TagClassName
{
border-color: #D195A4;
}
</style>