Shades of Pink Flare #C7AFB0
Tints of Pink Flare #C7AFB0
RGB
CMYK
RGB Variations
Color information
#C7AFB0 (or 0xC7AFB0) is known color: Pink Flare. HEX triplet: C7, AF and B0. RGB value is (199,175,176). Sum of RGB (Red+Green+Blue) = 199+175+176=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AFB0 is #38504F. Grayscale: #B6B6B6. Windows color (decimal): -3690576 or 11579335. OLE color: 11579335.
HSL color Cylindrical-coordinate representation of color #C7AFB0: hue angle of 357.5º 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 #C7AFB0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 175 | 176 | - |
CMYK | 0 | 0.12 | 0.12 | 0.22 |
HSL | 357.5º | 0.18% | 0.73% | - |
HSV(B) | 357.5º | 0.12% | 0.78% | - |
XYZ | 46.72 | 45.94 | 47.48 | - |
YUV | 182.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 175 | 176 | 0 | 0.12 | 0.12 | 0.22 | 357.5 | 0.18 | 0.73 |
Hex | C7 | AF | B0 | 0 | C | C | 16 | 166 | 12 | 49 |
Octal | 307 | 257 | 260 | 0 | 14 | 14 | 26 | 546 | 22 | 111 |
Binary | 11000111 | 10101111 | 10110000 | 0 | 1100 | 1100 | 10110 | 101100110 | 10010 | 1001001 |
Color Harmonies of #C7AFB0
Complementary color
Monochromatic Colors of #C7AFB0
Black with #C7AFB0
Text Example
Text Example
White with #C7AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AFB0; }
p { color: rgb(199,175,176); }
H1.HeaderClassName
{
color: #C7AFB0;
}
.AnyTagClassName
{
color: #C7AFB0;
}
</style>
background-color css
<style>
a { background-color: #C7AFB0; }
a { background-color: rgb(199,175,176); }
div.DivClassName
{
background-color: #C7AFB0;
}
.BgClassName
{
background-color: #C7AFB0;
}
</style>
border-color css
<style>
span { border-color: #C7AFB0; }
span { border-color: rgb(199,175,176); }
td.TdClassName
{
border-color: #C7AFB0;
}
.TagClassName
{
border-color: #C7AFB0;
}
</style>