Shades of Can Can #D08A92
Tints of Can Can #D08A92
RGB
CMYK
RGB Variations
Color information
#D08A92 (or 0xD08A92) is known color: Can Can. HEX triplet: D0, 8A and 92. RGB value is (208,138,146). Sum of RGB (Red+Green+Blue) = 208+138+146=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A92 is #2F756D. Grayscale: #9F9F9F. Windows color (decimal): -3110254 or 9603792. OLE color: 9603792.
HSL color Cylindrical-coordinate representation of color #D08A92: hue angle of 353.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08A92 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 146 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.18 |
| HSL | 353.14º | 0.43% | 0.68% | - |
| HSV(B) | 353.14º | 0.34% | 0.82% | - |
| XYZ | 40.29 | 33.66 | 31.57 | - |
| YUV | 159.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 146 | 0 | 0.34 | 0.30 | 0.18 | 353.14 | 0.43 | 0.68 |
| Hex | D0 | 8A | 92 | 0 | 22 | 1E | 12 | 161 | 2B | 44 |
| Octal | 320 | 212 | 222 | 0 | 42 | 36 | 22 | 541 | 53 | 104 |
| Binary | 11010000 | 10001010 | 10010010 | 0 | 100010 | 11110 | 10010 | 101100001 | 101011 | 1000100 |
Color Harmonies of #D08A92
Complementary color
Monochromatic Colors of #D08A92
Black with #D08A92
Text Example
Text Example
White with #D08A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A92; }
p { color: rgb(208,138,146); }
H1.HeaderClassName
{
color: #D08A92;
}
.AnyTagClassName
{
color: #D08A92;
}
</style>
background-color css
<style>
a { background-color: #D08A92; }
a { background-color: rgb(208,138,146); }
div.DivClassName
{
background-color: #D08A92;
}
.BgClassName
{
background-color: #D08A92;
}
</style>
border-color css
<style>
span { border-color: #D08A92; }
span { border-color: rgb(208,138,146); }
td.TdClassName
{
border-color: #D08A92;
}
.TagClassName
{
border-color: #D08A92;
}
</style>