Shades of Can Can #D58B97
Tints of Can Can #D58B97
RGB
CMYK
RGB Variations
Color information
#D58B97 (or 0xD58B97) is known color: Can Can. HEX triplet: D5, 8B and 97. RGB value is (213,139,151). Sum of RGB (Red+Green+Blue) = 213+139+151=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58B97 is #2A7468. Grayscale: #A2A2A2. Windows color (decimal): -2782313 or 9931733. OLE color: 9931733.
HSL color Cylindrical-coordinate representation of color #D58B97: hue angle of 350.27º 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 #D58B97 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 139 | 151 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.16 |
| HSL | 350.27º | 0.47% | 0.69% | - |
| HSV(B) | 350.27º | 0.35% | 0.84% | - |
| XYZ | 42.26 | 34.85 | 33.78 | - |
| YUV | 162.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 139 | 151 | 0 | 0.35 | 0.29 | 0.16 | 350.27 | 0.47 | 0.69 |
| Hex | D5 | 8B | 97 | 0 | 23 | 1D | 10 | 15E | 2F | 45 |
| Octal | 325 | 213 | 227 | 0 | 43 | 35 | 20 | 536 | 57 | 105 |
| Binary | 11010101 | 10001011 | 10010111 | 0 | 100011 | 11101 | 10000 | 101011110 | 101111 | 1000101 |
Color Harmonies of #D58B97
Complementary color
Monochromatic Colors of #D58B97
Black with #D58B97
Text Example
Text Example
White with #D58B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58B97; }
p { color: rgb(213,139,151); }
H1.HeaderClassName
{
color: #D58B97;
}
.AnyTagClassName
{
color: #D58B97;
}
</style>
background-color css
<style>
a { background-color: #D58B97; }
a { background-color: rgb(213,139,151); }
div.DivClassName
{
background-color: #D58B97;
}
.BgClassName
{
background-color: #D58B97;
}
</style>
border-color css
<style>
span { border-color: #D58B97; }
span { border-color: rgb(213,139,151); }
td.TdClassName
{
border-color: #D58B97;
}
.TagClassName
{
border-color: #D58B97;
}
</style>