Shades of Pink Flare #C7AFB1
Tints of Pink Flare #C7AFB1
RGB
CMYK
RGB Variations
Color information
#C7AFB1 (or 0xC7AFB1) is known color: Pink Flare. HEX triplet: C7, AF and B1. RGB value is (199,175,177). Sum of RGB (Red+Green+Blue) = 199+175+177=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFB1 is #38504E. Grayscale: #B6B6B6. Windows color (decimal): -3690575 or 11644871. OLE color: 11644871.
HSL color Cylindrical-coordinate representation of color #C7AFB1: hue angle of 355º degrees, saturation: 0.18, 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 #C7AFB1 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 177 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.22 |
| HSL | 355º | 0.18% | 0.73% | - |
| HSV(B) | 355º | 0.12% | 0.78% | - |
| XYZ | 46.82 | 45.98 | 48 | - |
| YUV | 182.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 177 | 0 | 0.12 | 0.11 | 0.22 | 355 | 0.18 | 0.73 |
| Hex | C7 | AF | B1 | 0 | C | B | 16 | 163 | 12 | 49 |
| Octal | 307 | 257 | 261 | 0 | 14 | 13 | 26 | 543 | 22 | 111 |
| Binary | 11000111 | 10101111 | 10110001 | 0 | 1100 | 1011 | 10110 | 101100011 | 10010 | 1001001 |
Color Harmonies of #C7AFB1
Complementary color
Monochromatic Colors of #C7AFB1
Black with #C7AFB1
Text Example
Text Example
White with #C7AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFB1; }
p { color: rgb(199,175,177); }
H1.HeaderClassName
{
color: #C7AFB1;
}
.AnyTagClassName
{
color: #C7AFB1;
}
</style>
background-color css
<style>
a { background-color: #C7AFB1; }
a { background-color: rgb(199,175,177); }
div.DivClassName
{
background-color: #C7AFB1;
}
.BgClassName
{
background-color: #C7AFB1;
}
</style>
border-color css
<style>
span { border-color: #C7AFB1; }
span { border-color: rgb(199,175,177); }
td.TdClassName
{
border-color: #C7AFB1;
}
.TagClassName
{
border-color: #C7AFB1;
}
</style>