Shades of Pink Flare #D6C0C1
Tints of Pink Flare #D6C0C1
RGB
CMYK
RGB Variations
Color information
#D6C0C1 (or 0xD6C0C1) is known color: Pink Flare. HEX triplet: D6, C0 and C1. RGB value is (214,192,193). Sum of RGB (Red+Green+Blue) = 214+192+193=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C0C1 is #293F3E. Grayscale: #C6C6C6. Windows color (decimal): -2703167 or 12697814. OLE color: 12697814.
HSL color Cylindrical-coordinate representation of color #D6C0C1: hue angle of 357.27º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6C0C1 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 193 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.16 |
| HSL | 357.27º | 0.21% | 0.8% | - |
| HSV(B) | 357.27º | 0.1% | 0.84% | - |
| XYZ | 56.21 | 55.85 | 58.27 | - |
| YUV | 198.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 193 | 0 | 0.10 | 0.10 | 0.16 | 357.27 | 0.21 | 0.8 |
| Hex | D6 | C0 | C1 | 0 | A | A | 10 | 165 | 15 | 50 |
| Octal | 326 | 300 | 301 | 0 | 12 | 12 | 20 | 545 | 25 | 120 |
| Binary | 11010110 | 11000000 | 11000001 | 0 | 1010 | 1010 | 10000 | 101100101 | 10101 | 1010000 |
Color Harmonies of #D6C0C1
Complementary color
Monochromatic Colors of #D6C0C1
Black with #D6C0C1
Text Example
Text Example
White with #D6C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C0C1; }
p { color: rgb(214,192,193); }
H1.HeaderClassName
{
color: #D6C0C1;
}
.AnyTagClassName
{
color: #D6C0C1;
}
</style>
background-color css
<style>
a { background-color: #D6C0C1; }
a { background-color: rgb(214,192,193); }
div.DivClassName
{
background-color: #D6C0C1;
}
.BgClassName
{
background-color: #D6C0C1;
}
</style>
border-color css
<style>
span { border-color: #D6C0C1; }
span { border-color: rgb(214,192,193); }
td.TdClassName
{
border-color: #D6C0C1;
}
.TagClassName
{
border-color: #D6C0C1;
}
</style>