Shades of Pink Flare #C6ADAF
Tints of Pink Flare #C6ADAF
RGB
CMYK
RGB Variations
Color information
#C6ADAF (or 0xC6ADAF) is known color: Pink Flare. HEX triplet: C6, AD and AF. RGB value is (198,173,175). Sum of RGB (Red+Green+Blue) = 198+173+175=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ADAF is #395250. Grayscale: #B4B4B4. Windows color (decimal): -3756625 or 11513286. OLE color: 11513286.
HSL color Cylindrical-coordinate representation of color #C6ADAF: hue angle of 355.2º degrees, saturation: 0.18, 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 #C6ADAF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 175 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.22 |
| HSL | 355.2º | 0.18% | 0.73% | - |
| HSV(B) | 355.2º | 0.13% | 0.78% | - |
| XYZ | 45.97 | 44.99 | 46.82 | - |
| YUV | 180.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 175 | 0 | 0.13 | 0.12 | 0.22 | 355.2 | 0.18 | 0.73 |
| Hex | C6 | AD | AF | 0 | D | C | 16 | 163 | 12 | 49 |
| Octal | 306 | 255 | 257 | 0 | 15 | 14 | 26 | 543 | 22 | 111 |
| Binary | 11000110 | 10101101 | 10101111 | 0 | 1101 | 1100 | 10110 | 101100011 | 10010 | 1001001 |
Color Harmonies of #C6ADAF
Complementary color
Monochromatic Colors of #C6ADAF
Black with #C6ADAF
Text Example
Text Example
White with #C6ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ADAF; }
p { color: rgb(198,173,175); }
H1.HeaderClassName
{
color: #C6ADAF;
}
.AnyTagClassName
{
color: #C6ADAF;
}
</style>
background-color css
<style>
a { background-color: #C6ADAF; }
a { background-color: rgb(198,173,175); }
div.DivClassName
{
background-color: #C6ADAF;
}
.BgClassName
{
background-color: #C6ADAF;
}
</style>
border-color css
<style>
span { border-color: #C6ADAF; }
span { border-color: rgb(198,173,175); }
td.TdClassName
{
border-color: #C6ADAF;
}
.TagClassName
{
border-color: #C6ADAF;
}
</style>