Shades of Can Can #D58C8F
Tints of Can Can #D58C8F
RGB
CMYK
RGB Variations
Color information
#D58C8F (or 0xD58C8F) is known color: Can Can. HEX triplet: D5, 8C and 8F. RGB value is (213,140,143). Sum of RGB (Red+Green+Blue) = 213+140+143=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C8F is #2A7370. Grayscale: #A2A2A2. Windows color (decimal): -2782065 or 9407701. OLE color: 9407701.
HSL color Cylindrical-coordinate representation of color #D58C8F: hue angle of 357.53º 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 #D58C8F is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 143 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.16 |
| HSL | 357.53º | 0.46% | 0.69% | - |
| HSV(B) | 357.53º | 0.34% | 0.84% | - |
| XYZ | 41.78 | 34.89 | 30.52 | - |
| YUV | 162.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 143 | 0 | 0.34 | 0.33 | 0.16 | 357.53 | 0.46 | 0.69 |
| Hex | D5 | 8C | 8F | 0 | 22 | 21 | 10 | 166 | 2E | 45 |
| Octal | 325 | 214 | 217 | 0 | 42 | 41 | 20 | 546 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10001111 | 0 | 100010 | 100001 | 10000 | 101100110 | 101110 | 1000101 |
Color Harmonies of #D58C8F
Complementary color
Monochromatic Colors of #D58C8F
Black with #D58C8F
Text Example
Text Example
White with #D58C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C8F; }
p { color: rgb(213,140,143); }
H1.HeaderClassName
{
color: #D58C8F;
}
.AnyTagClassName
{
color: #D58C8F;
}
</style>
background-color css
<style>
a { background-color: #D58C8F; }
a { background-color: rgb(213,140,143); }
div.DivClassName
{
background-color: #D58C8F;
}
.BgClassName
{
background-color: #D58C8F;
}
</style>
border-color css
<style>
span { border-color: #D58C8F; }
span { border-color: rgb(213,140,143); }
td.TdClassName
{
border-color: #D58C8F;
}
.TagClassName
{
border-color: #D58C8F;
}
</style>