Shades of Can Can #D38C97
Tints of Can Can #D38C97
RGB
CMYK
RGB Variations
Color information
#D38C97 (or 0xD38C97) is known color: Can Can. HEX triplet: D3, 8C and 97. RGB value is (211,140,151). Sum of RGB (Red+Green+Blue) = 211+140+151=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38C97 is #2C7368. Grayscale: #A2A2A2. Windows color (decimal): -2913129 or 9931987. OLE color: 9931987.
HSL color Cylindrical-coordinate representation of color #D38C97: hue angle of 350.7º 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 #D38C97 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 151 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.17 |
| HSL | 350.7º | 0.45% | 0.69% | - |
| HSV(B) | 350.7º | 0.34% | 0.83% | - |
| XYZ | 41.83 | 34.84 | 33.8 | - |
| YUV | 162.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 151 | 0 | 0.34 | 0.28 | 0.17 | 350.7 | 0.45 | 0.69 |
| Hex | D3 | 8C | 97 | 0 | 22 | 1C | 11 | 15F | 2D | 45 |
| Octal | 323 | 214 | 227 | 0 | 42 | 34 | 21 | 537 | 55 | 105 |
| Binary | 11010011 | 10001100 | 10010111 | 0 | 100010 | 11100 | 10001 | 101011111 | 101101 | 1000101 |
Color Harmonies of #D38C97
Complementary color
Monochromatic Colors of #D38C97
Black with #D38C97
Text Example
Text Example
White with #D38C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C97; }
p { color: rgb(211,140,151); }
H1.HeaderClassName
{
color: #D38C97;
}
.AnyTagClassName
{
color: #D38C97;
}
</style>
background-color css
<style>
a { background-color: #D38C97; }
a { background-color: rgb(211,140,151); }
div.DivClassName
{
background-color: #D38C97;
}
.BgClassName
{
background-color: #D38C97;
}
</style>
border-color css
<style>
span { border-color: #D38C97; }
span { border-color: rgb(211,140,151); }
td.TdClassName
{
border-color: #D38C97;
}
.TagClassName
{
border-color: #D38C97;
}
</style>