#C9AAB3

Color #C9AAB3 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #C9AAB3

Tints of Pink Flare #C9AAB3

Color information

#C9AAB3 (or 0xC9AAB3) is unknown color: approx Pink Flare. HEX triplet: C9, AA and B3. RGB value is (201,170,179). Sum of RGB (Red+Green+Blue) = 201+170+179=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AAB3 is #36554C. Grayscale: #B4B4B4. Windows color (decimal): -3560781 or 11774665. OLE color: 11774665.

HSL color Cylindrical-coordinate representation of color #C9AAB3: hue angle of 342.58º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9AAB3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201170179-
CMYK00.150.110.21
HSL342.58º22.3%72.75%-
HSV(B)342.58º15.42%78.82%-
XYZ46.644.4248.77-
YUV180.3127.27142.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=36.55%
G=30.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117017900.150.110.21342.5822.372.75
HexC9AAB30FB151571649
Octal311252263017132552726111
Binary11001001101010101011001101111101110101101010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAB3; }

 p { color: rgb(201,170,179); }

 H1.HeaderClassName
 {
   color: #C9AAB3;
 }
 .AnyTagClassName
 {
   color: #C9AAB3;
 }
</style>
background-color css

<style>
 a { background-color: #C9AAB3; }

 a { background-color: rgb(201,170,179); }

 div.DivClassName
 {
   background-color: #C9AAB3;
 }
 .BgClassName
 {
   background-color: #C9AAB3;
 }
</style>
border-color css

<style>
 span { border-color: #C9AAB3; }

 span { border-color: rgb(201,170,179); }

 td.TdClassName
 {
   border-color: #C9AAB3;
 }
 .TagClassName
 {
   border-color: #C9AAB3;
 }
</style>