Shades of Can Can #D58C92
Tints of Can Can #D58C92
RGB
CMYK
RGB Variations
Color information
#D58C92 (or 0xD58C92) is known color: Can Can. HEX triplet: D5, 8C and 92. RGB value is (213,140,146). Sum of RGB (Red+Green+Blue) = 213+140+146=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C92 is #2A736D. Grayscale: #A2A2A2. Windows color (decimal): -2782062 or 9604309. OLE color: 9604309.
HSL color Cylindrical-coordinate representation of color #D58C92: hue angle of 355.07º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58C92 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 146 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.16 |
| HSL | 355.07º | 0.46% | 0.69% | - |
| HSV(B) | 355.07º | 0.34% | 0.84% | - |
| XYZ | 42.01 | 34.98 | 31.73 | - |
| YUV | 162.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 146 | 0 | 0.34 | 0.31 | 0.16 | 355.07 | 0.46 | 0.69 |
| Hex | D5 | 8C | 92 | 0 | 22 | 1F | 10 | 163 | 2E | 45 |
| Octal | 325 | 214 | 222 | 0 | 42 | 37 | 20 | 543 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10010010 | 0 | 100010 | 11111 | 10000 | 101100011 | 101110 | 1000101 |
Color Harmonies of #D58C92
Complementary color
Monochromatic Colors of #D58C92
Black with #D58C92
Text Example
Text Example
White with #D58C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C92; }
p { color: rgb(213,140,146); }
H1.HeaderClassName
{
color: #D58C92;
}
.AnyTagClassName
{
color: #D58C92;
}
</style>
background-color css
<style>
a { background-color: #D58C92; }
a { background-color: rgb(213,140,146); }
div.DivClassName
{
background-color: #D58C92;
}
.BgClassName
{
background-color: #D58C92;
}
</style>
border-color css
<style>
span { border-color: #D58C92; }
span { border-color: rgb(213,140,146); }
td.TdClassName
{
border-color: #D58C92;
}
.TagClassName
{
border-color: #D58C92;
}
</style>