Shades of Pink Flare #C7ADAF
Tints of Pink Flare #C7ADAF
RGB
CMYK
RGB Variations
Color information
#C7ADAF (or 0xC7ADAF) is known color: Pink Flare. HEX triplet: C7, AD and AF. RGB value is (199,173,175). Sum of RGB (Red+Green+Blue) = 199+173+175=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADAF is #385250. Grayscale: #B5B5B5. Windows color (decimal): -3691089 or 11513287. OLE color: 11513287.
HSL color Cylindrical-coordinate representation of color #C7ADAF: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7ADAF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 175 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.22 |
| HSL | 355.38º | 0.19% | 0.73% | - |
| HSV(B) | 355.38º | 0.13% | 0.78% | - |
| XYZ | 46.23 | 45.12 | 46.83 | - |
| YUV | 181 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 175 | 0 | 0.13 | 0.12 | 0.22 | 355.38 | 0.19 | 0.73 |
| Hex | C7 | AD | AF | 0 | D | C | 16 | 163 | 13 | 49 |
| Octal | 307 | 255 | 257 | 0 | 15 | 14 | 26 | 543 | 23 | 111 |
| Binary | 11000111 | 10101101 | 10101111 | 0 | 1101 | 1100 | 10110 | 101100011 | 10011 | 1001001 |
Color Harmonies of #C7ADAF
Complementary color
Monochromatic Colors of #C7ADAF
Black with #C7ADAF
Text Example
Text Example
White with #C7ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADAF; }
p { color: rgb(199,173,175); }
H1.HeaderClassName
{
color: #C7ADAF;
}
.AnyTagClassName
{
color: #C7ADAF;
}
</style>
background-color css
<style>
a { background-color: #C7ADAF; }
a { background-color: rgb(199,173,175); }
div.DivClassName
{
background-color: #C7ADAF;
}
.BgClassName
{
background-color: #C7ADAF;
}
</style>
border-color css
<style>
span { border-color: #C7ADAF; }
span { border-color: rgb(199,173,175); }
td.TdClassName
{
border-color: #C7ADAF;
}
.TagClassName
{
border-color: #C7ADAF;
}
</style>