Shades of Can Can #D98BA0
Tints of Can Can #D98BA0
RGB
CMYK
RGB Variations
Color information
#D98BA0 (or 0xD98BA0) is known color: Can Can. HEX triplet: D9, 8B and A0. RGB value is (217,139,160). Sum of RGB (Red+Green+Blue) = 217+139+160=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98BA0 is #26745F. Grayscale: #A4A4A4. Windows color (decimal): -2520160 or 10521561. OLE color: 10521561.
HSL color Cylindrical-coordinate representation of color #D98BA0: hue angle of 343.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BA0 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 139 | 160 | - |
CMYK | 0 | 0.36 | 0.26 | 0.15 |
HSL | 343.85º | 0.51% | 0.7% | - |
HSV(B) | 343.85º | 0.36% | 0.85% | - |
XYZ | 44.19 | 35.76 | 37.83 | - |
YUV | 164.72 | 125.34 | 165.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 139 | 160 | 0 | 0.36 | 0.26 | 0.15 | 343.85 | 0.51 | 0.7 |
Hex | D9 | 8B | A0 | 0 | 24 | 1A | F | 158 | 33 | 46 |
Octal | 331 | 213 | 240 | 0 | 44 | 32 | 17 | 530 | 63 | 106 |
Binary | 11011001 | 10001011 | 10100000 | 0 | 100100 | 11010 | 1111 | 101011000 | 110011 | 1000110 |
Color Harmonies of #D98BA0
Complementary color
Monochromatic Colors of #D98BA0
Black with #D98BA0
Text Example
Text Example
White with #D98BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BA0; }
p { color: rgb(217,139,160); }
H1.HeaderClassName
{
color: #D98BA0;
}
.AnyTagClassName
{
color: #D98BA0;
}
</style>
background-color css
<style>
a { background-color: #D98BA0; }
a { background-color: rgb(217,139,160); }
div.DivClassName
{
background-color: #D98BA0;
}
.BgClassName
{
background-color: #D98BA0;
}
</style>
border-color css
<style>
span { border-color: #D98BA0; }
span { border-color: rgb(217,139,160); }
td.TdClassName
{
border-color: #D98BA0;
}
.TagClassName
{
border-color: #D98BA0;
}
</style>