Shades of Can Can #D58C90
Tints of Can Can #D58C90
RGB
CMYK
RGB Variations
Color information
#D58C90 (or 0xD58C90) is known color: Can Can. HEX triplet: D5, 8C and 90. RGB value is (213,140,144). Sum of RGB (Red+Green+Blue) = 213+140+144=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C90 is #2A736F. Grayscale: #A2A2A2. Windows color (decimal): -2782064 or 9473237. OLE color: 9473237.
HSL color Cylindrical-coordinate representation of color #D58C90: hue angle of 356.71º 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 #D58C90 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 144 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.16 |
| HSL | 356.71º | 0.46% | 0.69% | - |
| HSV(B) | 356.71º | 0.34% | 0.84% | - |
| XYZ | 41.85 | 34.92 | 30.92 | - |
| YUV | 162.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 144 | 0 | 0.34 | 0.32 | 0.16 | 356.71 | 0.46 | 0.69 |
| Hex | D5 | 8C | 90 | 0 | 22 | 20 | 10 | 165 | 2E | 45 |
| Octal | 325 | 214 | 220 | 0 | 42 | 40 | 20 | 545 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10010000 | 0 | 100010 | 100000 | 10000 | 101100101 | 101110 | 1000101 |
Color Harmonies of #D58C90
Complementary color
Monochromatic Colors of #D58C90
Black with #D58C90
Text Example
Text Example
White with #D58C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C90; }
p { color: rgb(213,140,144); }
H1.HeaderClassName
{
color: #D58C90;
}
.AnyTagClassName
{
color: #D58C90;
}
</style>
background-color css
<style>
a { background-color: #D58C90; }
a { background-color: rgb(213,140,144); }
div.DivClassName
{
background-color: #D58C90;
}
.BgClassName
{
background-color: #D58C90;
}
</style>
border-color css
<style>
span { border-color: #D58C90; }
span { border-color: rgb(213,140,144); }
td.TdClassName
{
border-color: #D58C90;
}
.TagClassName
{
border-color: #D58C90;
}
</style>