Shades of Pink Flare #C8AEAF
Tints of Pink Flare #C8AEAF
RGB
CMYK
RGB Variations
Color information
#C8AEAF (or 0xC8AEAF) is known color: Pink Flare. HEX triplet: C8, AE and AF. RGB value is (200,174,175). Sum of RGB (Red+Green+Blue) = 200+174+175=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AEAF is #375150. Grayscale: #B5B5B5. Windows color (decimal): -3625297 or 11513544. OLE color: 11513544.
HSL color Cylindrical-coordinate representation of color #C8AEAF: hue angle of 357.69º 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 #C8AEAF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 175 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.22 |
| HSL | 357.69º | 0.19% | 0.73% | - |
| HSV(B) | 357.69º | 0.13% | 0.78% | - |
| XYZ | 46.69 | 45.65 | 46.91 | - |
| YUV | 181.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 175 | 0 | 0.13 | 0.12 | 0.22 | 357.69 | 0.19 | 0.73 |
| Hex | C8 | AE | AF | 0 | D | C | 16 | 166 | 13 | 49 |
| Octal | 310 | 256 | 257 | 0 | 15 | 14 | 26 | 546 | 23 | 111 |
| Binary | 11001000 | 10101110 | 10101111 | 0 | 1101 | 1100 | 10110 | 101100110 | 10011 | 1001001 |
Color Harmonies of #C8AEAF
Complementary color
Monochromatic Colors of #C8AEAF
Black with #C8AEAF
Text Example
Text Example
White with #C8AEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEAF; }
p { color: rgb(200,174,175); }
H1.HeaderClassName
{
color: #C8AEAF;
}
.AnyTagClassName
{
color: #C8AEAF;
}
</style>
background-color css
<style>
a { background-color: #C8AEAF; }
a { background-color: rgb(200,174,175); }
div.DivClassName
{
background-color: #C8AEAF;
}
.BgClassName
{
background-color: #C8AEAF;
}
</style>
border-color css
<style>
span { border-color: #C8AEAF; }
span { border-color: rgb(200,174,175); }
td.TdClassName
{
border-color: #C8AEAF;
}
.TagClassName
{
border-color: #C8AEAF;
}
</style>