Shades of Can Can #D58F97
Tints of Can Can #D58F97
RGB
CMYK
RGB Variations
Color information
#D58F97 (or 0xD58F97) is known color: Can Can. HEX triplet: D5, 8F and 97. RGB value is (213,143,151). Sum of RGB (Red+Green+Blue) = 213+143+151=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58F97 is #2A7068. Grayscale: #A4A4A4. Windows color (decimal): -2781289 or 9932757. OLE color: 9932757.
HSL color Cylindrical-coordinate representation of color #D58F97: hue angle of 353.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58F97 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 151 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.16 |
| HSL | 353.14º | 0.45% | 0.7% | - |
| HSV(B) | 353.14º | 0.33% | 0.84% | - |
| XYZ | 42.85 | 36.03 | 33.97 | - |
| YUV | 164.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 151 | 0 | 0.33 | 0.29 | 0.16 | 353.14 | 0.45 | 0.7 |
| Hex | D5 | 8F | 97 | 0 | 21 | 1D | 10 | 161 | 2D | 46 |
| Octal | 325 | 217 | 227 | 0 | 41 | 35 | 20 | 541 | 55 | 106 |
| Binary | 11010101 | 10001111 | 10010111 | 0 | 100001 | 11101 | 10000 | 101100001 | 101101 | 1000110 |
Color Harmonies of #D58F97
Complementary color
Monochromatic Colors of #D58F97
Black with #D58F97
Text Example
Text Example
White with #D58F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F97; }
p { color: rgb(213,143,151); }
H1.HeaderClassName
{
color: #D58F97;
}
.AnyTagClassName
{
color: #D58F97;
}
</style>
background-color css
<style>
a { background-color: #D58F97; }
a { background-color: rgb(213,143,151); }
div.DivClassName
{
background-color: #D58F97;
}
.BgClassName
{
background-color: #D58F97;
}
</style>
border-color css
<style>
span { border-color: #D58F97; }
span { border-color: rgb(213,143,151); }
td.TdClassName
{
border-color: #D58F97;
}
.TagClassName
{
border-color: #D58F97;
}
</style>