Shades of Pink Flare #DAC0C1
Tints of Pink Flare #DAC0C1
RGB
CMYK
RGB Variations
Color information
#DAC0C1 (or 0xDAC0C1) is known color: Pink Flare. HEX triplet: DA, C0 and C1. RGB value is (218,192,193). Sum of RGB (Red+Green+Blue) = 218+192+193=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0C1 is #253F3E. Grayscale: #C7C7C7. Windows color (decimal): -2441023 or 12697818. OLE color: 12697818.
HSL color Cylindrical-coordinate representation of color #DAC0C1: hue angle of 357.69º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0C1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 193 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.15 |
| HSL | 357.69º | 0.26% | 0.8% | - |
| HSV(B) | 357.69º | 0.12% | 0.85% | - |
| XYZ | 57.39 | 56.45 | 58.32 | - |
| YUV | 199.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 193 | 0 | 0.12 | 0.11 | 0.15 | 357.69 | 0.26 | 0.8 |
| Hex | DA | C0 | C1 | 0 | C | B | F | 166 | 1A | 50 |
| Octal | 332 | 300 | 301 | 0 | 14 | 13 | 17 | 546 | 32 | 120 |
| Binary | 11011010 | 11000000 | 11000001 | 0 | 1100 | 1011 | 1111 | 101100110 | 11010 | 1010000 |
Color Harmonies of #DAC0C1
Complementary color
Monochromatic Colors of #DAC0C1
Black with #DAC0C1
Text Example
Text Example
White with #DAC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0C1; }
p { color: rgb(218,192,193); }
H1.HeaderClassName
{
color: #DAC0C1;
}
.AnyTagClassName
{
color: #DAC0C1;
}
</style>
background-color css
<style>
a { background-color: #DAC0C1; }
a { background-color: rgb(218,192,193); }
div.DivClassName
{
background-color: #DAC0C1;
}
.BgClassName
{
background-color: #DAC0C1;
}
</style>
border-color css
<style>
span { border-color: #DAC0C1; }
span { border-color: rgb(218,192,193); }
td.TdClassName
{
border-color: #DAC0C1;
}
.TagClassName
{
border-color: #DAC0C1;
}
</style>