Shades of Can Can #D48E92
Tints of Can Can #D48E92
RGB
CMYK
RGB Variations
Color information
#D48E92 (or 0xD48E92) is known color: Can Can. HEX triplet: D4, 8E and 92. RGB value is (212,142,146). Sum of RGB (Red+Green+Blue) = 212+142+146=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48E92 is #2B716D. Grayscale: #A3A3A3. Windows color (decimal): -2847086 or 9604820. OLE color: 9604820.
HSL color Cylindrical-coordinate representation of color #D48E92: hue angle of 356.57º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48E92 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 146 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.17 |
| HSL | 356.57º | 0.45% | 0.69% | - |
| HSV(B) | 356.57º | 0.33% | 0.83% | - |
| XYZ | 42.01 | 35.42 | 31.82 | - |
| YUV | 163.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 146 | 0 | 0.33 | 0.31 | 0.17 | 356.57 | 0.45 | 0.69 |
| Hex | D4 | 8E | 92 | 0 | 21 | 1F | 11 | 165 | 2D | 45 |
| Octal | 324 | 216 | 222 | 0 | 41 | 37 | 21 | 545 | 55 | 105 |
| Binary | 11010100 | 10001110 | 10010010 | 0 | 100001 | 11111 | 10001 | 101100101 | 101101 | 1000101 |
Color Harmonies of #D48E92
Complementary color
Monochromatic Colors of #D48E92
Black with #D48E92
Text Example
Text Example
White with #D48E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E92; }
p { color: rgb(212,142,146); }
H1.HeaderClassName
{
color: #D48E92;
}
.AnyTagClassName
{
color: #D48E92;
}
</style>
background-color css
<style>
a { background-color: #D48E92; }
a { background-color: rgb(212,142,146); }
div.DivClassName
{
background-color: #D48E92;
}
.BgClassName
{
background-color: #D48E92;
}
</style>
border-color css
<style>
span { border-color: #D48E92; }
span { border-color: rgb(212,142,146); }
td.TdClassName
{
border-color: #D48E92;
}
.TagClassName
{
border-color: #D48E92;
}
</style>