Shades of Pink Flare #C9AEB1
Tints of Pink Flare #C9AEB1
RGB
CMYK
RGB Variations
Color information
#C9AEB1 (or 0xC9AEB1) is known color: Pink Flare. HEX triplet: C9, AE and B1. RGB value is (201,174,177). Sum of RGB (Red+Green+Blue) = 201+174+177=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEB1 is #36514E. Grayscale: #B6B6B6. Windows color (decimal): -3559759 or 11644617. OLE color: 11644617.
HSL color Cylindrical-coordinate representation of color #C9AEB1: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEB1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 177 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.21 |
| HSL | 353.33º | 0.2% | 0.74% | - |
| HSV(B) | 353.33º | 0.13% | 0.79% | - |
| XYZ | 47.16 | 45.86 | 47.96 | - |
| YUV | 182.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 177 | 0 | 0.13 | 0.12 | 0.21 | 353.33 | 0.2 | 0.74 |
| Hex | C9 | AE | B1 | 0 | D | C | 15 | 161 | 14 | 4A |
| Octal | 311 | 256 | 261 | 0 | 15 | 14 | 25 | 541 | 24 | 112 |
| Binary | 11001001 | 10101110 | 10110001 | 0 | 1101 | 1100 | 10101 | 101100001 | 10100 | 1001010 |
Color Harmonies of #C9AEB1
Complementary color
Monochromatic Colors of #C9AEB1
Black with #C9AEB1
Text Example
Text Example
White with #C9AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEB1; }
p { color: rgb(201,174,177); }
H1.HeaderClassName
{
color: #C9AEB1;
}
.AnyTagClassName
{
color: #C9AEB1;
}
</style>
background-color css
<style>
a { background-color: #C9AEB1; }
a { background-color: rgb(201,174,177); }
div.DivClassName
{
background-color: #C9AEB1;
}
.BgClassName
{
background-color: #C9AEB1;
}
</style>
border-color css
<style>
span { border-color: #C9AEB1; }
span { border-color: rgb(201,174,177); }
td.TdClassName
{
border-color: #C9AEB1;
}
.TagClassName
{
border-color: #C9AEB1;
}
</style>