Shades of Pink Flare #C9ADAF
Tints of Pink Flare #C9ADAF
RGB
CMYK
RGB Variations
Color information
#C9ADAF (or 0xC9ADAF) is known color: Pink Flare. HEX triplet: C9, AD and AF. RGB value is (201,173,175). Sum of RGB (Red+Green+Blue) = 201+173+175=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADAF is #365250. Grayscale: #B5B5B5. Windows color (decimal): -3560017 or 11513289. OLE color: 11513289.
HSL color Cylindrical-coordinate representation of color #C9ADAF: hue angle of 355.71º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ADAF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 173 | 175 | - |
CMYK | 0 | 0.14 | 0.13 | 0.21 |
HSL | 355.71º | 0.21% | 0.73% | - |
HSV(B) | 355.71º | 0.14% | 0.79% | - |
XYZ | 46.77 | 45.4 | 46.86 | - |
YUV | 181.6 | 124.28 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 173 | 175 | 0 | 0.14 | 0.13 | 0.21 | 355.71 | 0.21 | 0.73 |
Hex | C9 | AD | AF | 0 | E | D | 15 | 164 | 15 | 49 |
Octal | 311 | 255 | 257 | 0 | 16 | 15 | 25 | 544 | 25 | 111 |
Binary | 11001001 | 10101101 | 10101111 | 0 | 1110 | 1101 | 10101 | 101100100 | 10101 | 1001001 |
Color Harmonies of #C9ADAF
Complementary color
Monochromatic Colors of #C9ADAF
Black with #C9ADAF
Text Example
Text Example
White with #C9ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADAF; }
p { color: rgb(201,173,175); }
H1.HeaderClassName
{
color: #C9ADAF;
}
.AnyTagClassName
{
color: #C9ADAF;
}
</style>
background-color css
<style>
a { background-color: #C9ADAF; }
a { background-color: rgb(201,173,175); }
div.DivClassName
{
background-color: #C9ADAF;
}
.BgClassName
{
background-color: #C9ADAF;
}
</style>
border-color css
<style>
span { border-color: #C9ADAF; }
span { border-color: rgb(201,173,175); }
td.TdClassName
{
border-color: #C9ADAF;
}
.TagClassName
{
border-color: #C9ADAF;
}
</style>