Shades of Can Can #D58C97
Tints of Can Can #D58C97
RGB
CMYK
RGB Variations
Color information
#D58C97 (or 0xD58C97) is known color: Can Can. HEX triplet: D5, 8C and 97. RGB value is (213,140,151). Sum of RGB (Red+Green+Blue) = 213+140+151=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C97 is #2A7368. Grayscale: #A3A3A3. Windows color (decimal): -2782057 or 9931989. OLE color: 9931989.
HSL color Cylindrical-coordinate representation of color #D58C97: hue angle of 350.96º 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 #D58C97 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 140 | 151 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.16 |
| HSL | 350.96º | 0.46% | 0.69% | - |
| HSV(B) | 350.96º | 0.34% | 0.84% | - |
| XYZ | 42.4 | 35.14 | 33.83 | - |
| YUV | 163.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 140 | 151 | 0 | 0.34 | 0.29 | 0.16 | 350.96 | 0.46 | 0.69 |
| Hex | D5 | 8C | 97 | 0 | 22 | 1D | 10 | 15F | 2E | 45 |
| Octal | 325 | 214 | 227 | 0 | 42 | 35 | 20 | 537 | 56 | 105 |
| Binary | 11010101 | 10001100 | 10010111 | 0 | 100010 | 11101 | 10000 | 101011111 | 101110 | 1000101 |
Color Harmonies of #D58C97
Complementary color
Monochromatic Colors of #D58C97
Black with #D58C97
Text Example
Text Example
White with #D58C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58C97; }
p { color: rgb(213,140,151); }
H1.HeaderClassName
{
color: #D58C97;
}
.AnyTagClassName
{
color: #D58C97;
}
</style>
background-color css
<style>
a { background-color: #D58C97; }
a { background-color: rgb(213,140,151); }
div.DivClassName
{
background-color: #D58C97;
}
.BgClassName
{
background-color: #D58C97;
}
</style>
border-color css
<style>
span { border-color: #D58C97; }
span { border-color: rgb(213,140,151); }
td.TdClassName
{
border-color: #D58C97;
}
.TagClassName
{
border-color: #D58C97;
}
</style>