Shades of Can Can #D4929A
Tints of Can Can #D4929A
RGB
CMYK
RGB Variations
Color information
#D4929A (or 0xD4929A) is known color: Can Can. HEX triplet: D4, 92 and 9A. RGB value is (212,146,154). Sum of RGB (Red+Green+Blue) = 212+146+154=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4929A is #2B6D65. Grayscale: #A6A6A6. Windows color (decimal): -2846054 or 10130132. OLE color: 10130132.
HSL color Cylindrical-coordinate representation of color #D4929A: hue angle of 352.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4929A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 154 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.17 |
| HSL | 352.73º | 0.43% | 0.7% | - |
| HSV(B) | 352.73º | 0.31% | 0.83% | - |
| XYZ | 43.26 | 36.89 | 35.41 | - |
| YUV | 166.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 154 | 0 | 0.31 | 0.27 | 0.17 | 352.73 | 0.43 | 0.7 |
| Hex | D4 | 92 | 9A | 0 | 1F | 1B | 11 | 161 | 2B | 46 |
| Octal | 324 | 222 | 232 | 0 | 37 | 33 | 21 | 541 | 53 | 106 |
| Binary | 11010100 | 10010010 | 10011010 | 0 | 11111 | 11011 | 10001 | 101100001 | 101011 | 1000110 |
Color Harmonies of #D4929A
Complementary color
Monochromatic Colors of #D4929A
Black with #D4929A
Text Example
Text Example
White with #D4929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4929A; }
p { color: rgb(212,146,154); }
H1.HeaderClassName
{
color: #D4929A;
}
.AnyTagClassName
{
color: #D4929A;
}
</style>
background-color css
<style>
a { background-color: #D4929A; }
a { background-color: rgb(212,146,154); }
div.DivClassName
{
background-color: #D4929A;
}
.BgClassName
{
background-color: #D4929A;
}
</style>
border-color css
<style>
span { border-color: #D4929A; }
span { border-color: rgb(212,146,154); }
td.TdClassName
{
border-color: #D4929A;
}
.TagClassName
{
border-color: #D4929A;
}
</style>