Shades of Pink Flare #C7AEB0
Tints of Pink Flare #C7AEB0
RGB
CMYK
RGB Variations
Color information
#C7AEB0 (or 0xC7AEB0) is known color: Pink Flare. HEX triplet: C7, AE and B0. RGB value is (199,174,176). Sum of RGB (Red+Green+Blue) = 199+174+176=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AEB0 is #38514F. Grayscale: #B5B5B5. Windows color (decimal): -3690832 or 11579079. OLE color: 11579079.
HSL color Cylindrical-coordinate representation of color #C7AEB0: 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 #C7AEB0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 174 | 176 | - |
CMYK | 0 | 0.13 | 0.12 | 0.22 |
HSL | 355.2º | 0.18% | 0.73% | - |
HSV(B) | 355.2º | 0.13% | 0.78% | - |
XYZ | 46.53 | 45.55 | 47.41 | - |
YUV | 181.7 | 124.78 | 140.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 176 | 0 | 0.13 | 0.12 | 0.22 | 355.2 | 0.18 | 0.73 |
Hex | C7 | AE | B0 | 0 | D | C | 16 | 163 | 12 | 49 |
Octal | 307 | 256 | 260 | 0 | 15 | 14 | 26 | 543 | 22 | 111 |
Binary | 11000111 | 10101110 | 10110000 | 0 | 1101 | 1100 | 10110 | 101100011 | 10010 | 1001001 |
Color Harmonies of #C7AEB0
Complementary color
Monochromatic Colors of #C7AEB0
Black with #C7AEB0
Text Example
Text Example
White with #C7AEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEB0; }
p { color: rgb(199,174,176); }
H1.HeaderClassName
{
color: #C7AEB0;
}
.AnyTagClassName
{
color: #C7AEB0;
}
</style>
background-color css
<style>
a { background-color: #C7AEB0; }
a { background-color: rgb(199,174,176); }
div.DivClassName
{
background-color: #C7AEB0;
}
.BgClassName
{
background-color: #C7AEB0;
}
</style>
border-color css
<style>
span { border-color: #C7AEB0; }
span { border-color: rgb(199,174,176); }
td.TdClassName
{
border-color: #C7AEB0;
}
.TagClassName
{
border-color: #C7AEB0;
}
</style>