Shades of Can Can #D58B8F
Tints of Can Can #D58B8F
RGB
CMYK
RGB Variations
Color information
#D58B8F (or 0xD58B8F) is known color: Can Can. HEX triplet: D5, 8B and 8F. RGB value is (213,139,143). Sum of RGB (Red+Green+Blue) = 213+139+143=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B8F is #2A7470. Grayscale: #A1A1A1. Windows color (decimal): -2782321 or 9407445. OLE color: 9407445.
HSL color Cylindrical-coordinate representation of color #D58B8F: hue angle of 356.76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58B8F is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 143 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.16 |
| HSL | 356.76º | 0.47% | 0.69% | - |
| HSV(B) | 356.76º | 0.35% | 0.84% | - |
| XYZ | 41.63 | 34.59 | 30.47 | - |
| YUV | 161.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 143 | 0 | 0.35 | 0.33 | 0.16 | 356.76 | 0.47 | 0.69 |
| Hex | D5 | 8B | 8F | 0 | 23 | 21 | 10 | 165 | 2F | 45 |
| Octal | 325 | 213 | 217 | 0 | 43 | 41 | 20 | 545 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10001111 | 0 | 100011 | 100001 | 10000 | 101100101 | 101111 | 1000101 |
Color Harmonies of #D58B8F
Complementary color
Monochromatic Colors of #D58B8F
Black with #D58B8F
Text Example
Text Example
White with #D58B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B8F; }
p { color: rgb(213,139,143); }
H1.HeaderClassName
{
color: #D58B8F;
}
.AnyTagClassName
{
color: #D58B8F;
}
</style>
background-color css
<style>
a { background-color: #D58B8F; }
a { background-color: rgb(213,139,143); }
div.DivClassName
{
background-color: #D58B8F;
}
.BgClassName
{
background-color: #D58B8F;
}
</style>
border-color css
<style>
span { border-color: #D58B8F; }
span { border-color: rgb(213,139,143); }
td.TdClassName
{
border-color: #D58B8F;
}
.TagClassName
{
border-color: #D58B8F;
}
</style>