Shades of Can Can #D48CA4
Tints of Can Can #D48CA4
RGB
CMYK
RGB Variations
Color information
#D48CA4 (or 0xD48CA4) is known color: Can Can. HEX triplet: D4, 8C and A4. RGB value is (212,140,164). Sum of RGB (Red+Green+Blue) = 212+140+164=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48CA4 is #2B735B. Grayscale: #A4A4A4. Windows color (decimal): -2847580 or 10783956. OLE color: 10783956.
HSL color Cylindrical-coordinate representation of color #D48CA4: hue angle of 340º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CA4 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 164 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.17 |
| HSL | 340º | 0.46% | 0.69% | - |
| HSV(B) | 340º | 0.34% | 0.83% | - |
| XYZ | 43.23 | 35.43 | 39.68 | - |
| YUV | 164.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 164 | 0 | 0.34 | 0.23 | 0.17 | 340 | 0.46 | 0.69 |
| Hex | D4 | 8C | A4 | 0 | 22 | 17 | 11 | 154 | 2E | 45 |
| Octal | 324 | 214 | 244 | 0 | 42 | 27 | 21 | 524 | 56 | 105 |
| Binary | 11010100 | 10001100 | 10100100 | 0 | 100010 | 10111 | 10001 | 101010100 | 101110 | 1000101 |
Color Harmonies of #D48CA4
Complementary color
Monochromatic Colors of #D48CA4
Black with #D48CA4
Text Example
Text Example
White with #D48CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CA4; }
p { color: rgb(212,140,164); }
H1.HeaderClassName
{
color: #D48CA4;
}
.AnyTagClassName
{
color: #D48CA4;
}
</style>
background-color css
<style>
a { background-color: #D48CA4; }
a { background-color: rgb(212,140,164); }
div.DivClassName
{
background-color: #D48CA4;
}
.BgClassName
{
background-color: #D48CA4;
}
</style>
border-color css
<style>
span { border-color: #D48CA4; }
span { border-color: rgb(212,140,164); }
td.TdClassName
{
border-color: #D48CA4;
}
.TagClassName
{
border-color: #D48CA4;
}
</style>