Shades of Pink Flare #C6AEAF
Tints of Pink Flare #C6AEAF
RGB
CMYK
RGB Variations
Color information
#C6AEAF (or 0xC6AEAF) is known color: Pink Flare. HEX triplet: C6, AE and AF. RGB value is (198,174,175). Sum of RGB (Red+Green+Blue) = 198+174+175=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AEAF is #395150. Grayscale: #B5B5B5. Windows color (decimal): -3756369 or 11513542. OLE color: 11513542.
HSL color Cylindrical-coordinate representation of color #C6AEAF: hue angle of 357.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6AEAF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 175 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.22 |
| HSL | 357.5º | 0.17% | 0.73% | - |
| HSV(B) | 357.5º | 0.12% | 0.78% | - |
| XYZ | 46.16 | 45.37 | 46.88 | - |
| YUV | 181.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 175 | 0 | 0.12 | 0.12 | 0.22 | 357.5 | 0.17 | 0.73 |
| Hex | C6 | AE | AF | 0 | C | C | 16 | 166 | 11 | 49 |
| Octal | 306 | 256 | 257 | 0 | 14 | 14 | 26 | 546 | 21 | 111 |
| Binary | 11000110 | 10101110 | 10101111 | 0 | 1100 | 1100 | 10110 | 101100110 | 10001 | 1001001 |
Color Harmonies of #C6AEAF
Complementary color
Monochromatic Colors of #C6AEAF
Black with #C6AEAF
Text Example
Text Example
White with #C6AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEAF; }
p { color: rgb(198,174,175); }
H1.HeaderClassName
{
color: #C6AEAF;
}
.AnyTagClassName
{
color: #C6AEAF;
}
</style>
background-color css
<style>
a { background-color: #C6AEAF; }
a { background-color: rgb(198,174,175); }
div.DivClassName
{
background-color: #C6AEAF;
}
.BgClassName
{
background-color: #C6AEAF;
}
</style>
border-color css
<style>
span { border-color: #C6AEAF; }
span { border-color: rgb(198,174,175); }
td.TdClassName
{
border-color: #C6AEAF;
}
.TagClassName
{
border-color: #C6AEAF;
}
</style>