Shades of Can Can #D38B98
Tints of Can Can #D38B98
RGB
CMYK
RGB Variations
Color information
#D38B98 (or 0xD38B98) is known color: Can Can. HEX triplet: D3, 8B and 98. RGB value is (211,139,152). Sum of RGB (Red+Green+Blue) = 211+139+152=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38B98 is #2C7467. Grayscale: #A2A2A2. Windows color (decimal): -2913384 or 9997267. OLE color: 9997267.
HSL color Cylindrical-coordinate representation of color #D38B98: hue angle of 349.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38B98 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 152 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.17 |
| HSL | 349.17º | 0.45% | 0.69% | - |
| HSV(B) | 349.17º | 0.34% | 0.83% | - |
| XYZ | 41.76 | 34.58 | 34.18 | - |
| YUV | 162.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 152 | 0 | 0.34 | 0.28 | 0.17 | 349.17 | 0.45 | 0.69 |
| Hex | D3 | 8B | 98 | 0 | 22 | 1C | 11 | 15D | 2D | 45 |
| Octal | 323 | 213 | 230 | 0 | 42 | 34 | 21 | 535 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10011000 | 0 | 100010 | 11100 | 10001 | 101011101 | 101101 | 1000101 |
Color Harmonies of #D38B98
Complementary color
Monochromatic Colors of #D38B98
Black with #D38B98
Text Example
Text Example
White with #D38B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38B98; }
p { color: rgb(211,139,152); }
H1.HeaderClassName
{
color: #D38B98;
}
.AnyTagClassName
{
color: #D38B98;
}
</style>
background-color css
<style>
a { background-color: #D38B98; }
a { background-color: rgb(211,139,152); }
div.DivClassName
{
background-color: #D38B98;
}
.BgClassName
{
background-color: #D38B98;
}
</style>
border-color css
<style>
span { border-color: #D38B98; }
span { border-color: rgb(211,139,152); }
td.TdClassName
{
border-color: #D38B98;
}
.TagClassName
{
border-color: #D38B98;
}
</style>