Shades of Pink Flare #C7ADB0
Tints of Pink Flare #C7ADB0
RGB
CMYK
RGB Variations
Color information
#C7ADB0 (or 0xC7ADB0) is known color: Pink Flare. HEX triplet: C7, AD and B0. RGB value is (199,173,176). Sum of RGB (Red+Green+Blue) = 199+173+176=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7ADB0 is #38524F. Grayscale: #B5B5B5. Windows color (decimal): -3691088 or 11578823. OLE color: 11578823.
HSL color Cylindrical-coordinate representation of color #C7ADB0: hue angle of 353.08º 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 #C7ADB0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 173 | 176 | - |
CMYK | 0 | 0.13 | 0.12 | 0.22 |
HSL | 353.08º | 0.19% | 0.73% | - |
HSV(B) | 353.08º | 0.13% | 0.78% | - |
XYZ | 46.33 | 45.16 | 47.35 | - |
YUV | 181.12 | 125.11 | 140.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 173 | 176 | 0 | 0.13 | 0.12 | 0.22 | 353.08 | 0.19 | 0.73 |
Hex | C7 | AD | B0 | 0 | D | C | 16 | 161 | 13 | 49 |
Octal | 307 | 255 | 260 | 0 | 15 | 14 | 26 | 541 | 23 | 111 |
Binary | 11000111 | 10101101 | 10110000 | 0 | 1101 | 1100 | 10110 | 101100001 | 10011 | 1001001 |
Color Harmonies of #C7ADB0
Complementary color
Monochromatic Colors of #C7ADB0
Black with #C7ADB0
Text Example
Text Example
White with #C7ADB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADB0; }
p { color: rgb(199,173,176); }
H1.HeaderClassName
{
color: #C7ADB0;
}
.AnyTagClassName
{
color: #C7ADB0;
}
</style>
background-color css
<style>
a { background-color: #C7ADB0; }
a { background-color: rgb(199,173,176); }
div.DivClassName
{
background-color: #C7ADB0;
}
.BgClassName
{
background-color: #C7ADB0;
}
</style>
border-color css
<style>
span { border-color: #C7ADB0; }
span { border-color: rgb(199,173,176); }
td.TdClassName
{
border-color: #C7ADB0;
}
.TagClassName
{
border-color: #C7ADB0;
}
</style>