Shades of Can Can #D08C93
Tints of Can Can #D08C93
RGB
CMYK
RGB Variations
Color information
#D08C93 (or 0xD08C93) is known color: Can Can. HEX triplet: D0, 8C and 93. RGB value is (208,140,147). Sum of RGB (Red+Green+Blue) = 208+140+147=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08C93 is #2F736C. Grayscale: #A1A1A1. Windows color (decimal): -3109741 or 9669840. OLE color: 9669840.
HSL color Cylindrical-coordinate representation of color #D08C93: hue angle of 353.82º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08C93 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 147 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.18 |
| HSL | 353.82º | 0.42% | 0.68% | - |
| HSV(B) | 353.82º | 0.33% | 0.82% | - |
| XYZ | 40.66 | 34.27 | 32.08 | - |
| YUV | 161.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 147 | 0 | 0.33 | 0.29 | 0.18 | 353.82 | 0.42 | 0.68 |
| Hex | D0 | 8C | 93 | 0 | 21 | 1D | 12 | 162 | 2A | 44 |
| Octal | 320 | 214 | 223 | 0 | 41 | 35 | 22 | 542 | 52 | 104 |
| Binary | 11010000 | 10001100 | 10010011 | 0 | 100001 | 11101 | 10010 | 101100010 | 101010 | 1000100 |
Color Harmonies of #D08C93
Complementary color
Monochromatic Colors of #D08C93
Black with #D08C93
Text Example
Text Example
White with #D08C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C93; }
p { color: rgb(208,140,147); }
H1.HeaderClassName
{
color: #D08C93;
}
.AnyTagClassName
{
color: #D08C93;
}
</style>
background-color css
<style>
a { background-color: #D08C93; }
a { background-color: rgb(208,140,147); }
div.DivClassName
{
background-color: #D08C93;
}
.BgClassName
{
background-color: #D08C93;
}
</style>
border-color css
<style>
span { border-color: #D08C93; }
span { border-color: rgb(208,140,147); }
td.TdClassName
{
border-color: #D08C93;
}
.TagClassName
{
border-color: #D08C93;
}
</style>