Shades of Can Can #D38B9B
Tints of Can Can #D38B9B
RGB
CMYK
RGB Variations
Color information
#D38B9B (or 0xD38B9B) is known color: Can Can. HEX triplet: D3, 8B and 9B. RGB value is (211,139,155). Sum of RGB (Red+Green+Blue) = 211+139+155=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38B9B is #2C7464. Grayscale: #A2A2A2. Windows color (decimal): -2913381 or 10193875. OLE color: 10193875.
HSL color Cylindrical-coordinate representation of color #D38B9B: hue angle of 346.67º 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 #D38B9B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 155 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.17 |
| HSL | 346.67º | 0.45% | 0.69% | - |
| HSV(B) | 346.67º | 0.34% | 0.83% | - |
| XYZ | 42.01 | 34.68 | 35.49 | - |
| YUV | 162.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 155 | 0 | 0.34 | 0.27 | 0.17 | 346.67 | 0.45 | 0.69 |
| Hex | D3 | 8B | 9B | 0 | 22 | 1B | 11 | 15B | 2D | 45 |
| Octal | 323 | 213 | 233 | 0 | 42 | 33 | 21 | 533 | 55 | 105 |
| Binary | 11010011 | 10001011 | 10011011 | 0 | 100010 | 11011 | 10001 | 101011011 | 101101 | 1000101 |
Color Harmonies of #D38B9B
Complementary color
Monochromatic Colors of #D38B9B
Black with #D38B9B
Text Example
Text Example
White with #D38B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38B9B; }
p { color: rgb(211,139,155); }
H1.HeaderClassName
{
color: #D38B9B;
}
.AnyTagClassName
{
color: #D38B9B;
}
</style>
background-color css
<style>
a { background-color: #D38B9B; }
a { background-color: rgb(211,139,155); }
div.DivClassName
{
background-color: #D38B9B;
}
.BgClassName
{
background-color: #D38B9B;
}
</style>
border-color css
<style>
span { border-color: #D38B9B; }
span { border-color: rgb(211,139,155); }
td.TdClassName
{
border-color: #D38B9B;
}
.TagClassName
{
border-color: #D38B9B;
}
</style>