Shades of Can Can #D07FA7
Tints of Can Can #D07FA7
RGB
CMYK
RGB Variations
Color information
#D07FA7 (or 0xD07FA7) is known color: Can Can. HEX triplet: D0, 7F and A7. RGB value is (208,127,167). Sum of RGB (Red+Green+Blue) = 208+127+167=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA7 is #2F8058. Grayscale: #9B9B9B. Windows color (decimal): -3113049 or 10977232. OLE color: 10977232.
HSL color Cylindrical-coordinate representation of color #D07FA7: hue angle of 330.37º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FA7 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 167 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.18 |
| HSL | 330.37º | 0.46% | 0.66% | - |
| HSV(B) | 330.37º | 0.39% | 0.82% | - |
| XYZ | 40.58 | 31.38 | 40.48 | - |
| YUV | 155.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 167 | 0 | 0.39 | 0.20 | 0.18 | 330.37 | 0.46 | 0.66 |
| Hex | D0 | 7F | A7 | 0 | 27 | 14 | 12 | 14A | 2E | 42 |
| Octal | 320 | 177 | 247 | 0 | 47 | 24 | 22 | 512 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10100111 | 0 | 100111 | 10100 | 10010 | 101001010 | 101110 | 1000010 |
Color Harmonies of #D07FA7
Complementary color
Monochromatic Colors of #D07FA7
Black with #D07FA7
Text Example
Text Example
White with #D07FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FA7; }
p { color: rgb(208,127,167); }
H1.HeaderClassName
{
color: #D07FA7;
}
.AnyTagClassName
{
color: #D07FA7;
}
</style>
background-color css
<style>
a { background-color: #D07FA7; }
a { background-color: rgb(208,127,167); }
div.DivClassName
{
background-color: #D07FA7;
}
.BgClassName
{
background-color: #D07FA7;
}
</style>
border-color css
<style>
span { border-color: #D07FA7; }
span { border-color: rgb(208,127,167); }
td.TdClassName
{
border-color: #D07FA7;
}
.TagClassName
{
border-color: #D07FA7;
}
</style>