Shades of Can Can #D38A98
Tints of Can Can #D38A98
RGB
CMYK
RGB Variations
Color information
#D38A98 (or 0xD38A98) is known color: Can Can. HEX triplet: D3, 8A and 98. RGB value is (211,138,152). Sum of RGB (Red+Green+Blue) = 211+138+152=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38A98 is #2C7567. Grayscale: #A1A1A1. Windows color (decimal): -2913640 or 9997011. OLE color: 9997011.
HSL color Cylindrical-coordinate representation of color #D38A98: hue angle of 348.49º 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 #D38A98 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 152 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.17 |
| HSL | 348.49º | 0.45% | 0.68% | - |
| HSV(B) | 348.49º | 0.35% | 0.83% | - |
| XYZ | 41.62 | 34.29 | 34.13 | - |
| YUV | 161.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 152 | 0 | 0.35 | 0.28 | 0.17 | 348.49 | 0.45 | 0.68 |
| Hex | D3 | 8A | 98 | 0 | 23 | 1C | 11 | 15C | 2D | 44 |
| Octal | 323 | 212 | 230 | 0 | 43 | 34 | 21 | 534 | 55 | 104 |
| Binary | 11010011 | 10001010 | 10011000 | 0 | 100011 | 11100 | 10001 | 101011100 | 101101 | 1000100 |
Color Harmonies of #D38A98
Complementary color
Monochromatic Colors of #D38A98
Black with #D38A98
Text Example
Text Example
White with #D38A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A98; }
p { color: rgb(211,138,152); }
H1.HeaderClassName
{
color: #D38A98;
}
.AnyTagClassName
{
color: #D38A98;
}
</style>
background-color css
<style>
a { background-color: #D38A98; }
a { background-color: rgb(211,138,152); }
div.DivClassName
{
background-color: #D38A98;
}
.BgClassName
{
background-color: #D38A98;
}
</style>
border-color css
<style>
span { border-color: #D38A98; }
span { border-color: rgb(211,138,152); }
td.TdClassName
{
border-color: #D38A98;
}
.TagClassName
{
border-color: #D38A98;
}
</style>