Shades of Can Can #D38A99
Tints of Can Can #D38A99
RGB
CMYK
RGB Variations
Color information
#D38A99 (or 0xD38A99) is known color: Can Can. HEX triplet: D3, 8A and 99. RGB value is (211,138,153). Sum of RGB (Red+Green+Blue) = 211+138+153=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A99 is #2C7566. Grayscale: #A1A1A1. Windows color (decimal): -2913639 or 10062547. OLE color: 10062547.
HSL color Cylindrical-coordinate representation of color #D38A99: hue angle of 347.67º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D38A99 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 153 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.17 |
| HSL | 347.67º | 0.45% | 0.68% | - |
| HSV(B) | 347.67º | 0.35% | 0.83% | - |
| XYZ | 41.7 | 34.33 | 34.56 | - |
| YUV | 161.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 153 | 0 | 0.35 | 0.27 | 0.17 | 347.67 | 0.45 | 0.68 |
| Hex | D3 | 8A | 99 | 0 | 23 | 1B | 11 | 15C | 2D | 44 |
| Octal | 323 | 212 | 231 | 0 | 43 | 33 | 21 | 534 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10011001 | 0 | 100011 | 11011 | 10001 | 101011100 | 101101 | 1000100 |
Color Harmonies of #D38A99
Complementary color
Monochromatic Colors of #D38A99
Black with #D38A99
Text Example
Text Example
White with #D38A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A99; }
p { color: rgb(211,138,153); }
H1.HeaderClassName
{
color: #D38A99;
}
.AnyTagClassName
{
color: #D38A99;
}
</style>
background-color css
<style>
a { background-color: #D38A99; }
a { background-color: rgb(211,138,153); }
div.DivClassName
{
background-color: #D38A99;
}
.BgClassName
{
background-color: #D38A99;
}
</style>
border-color css
<style>
span { border-color: #D38A99; }
span { border-color: rgb(211,138,153); }
td.TdClassName
{
border-color: #D38A99;
}
.TagClassName
{
border-color: #D38A99;
}
</style>