#C9AAAD

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

Shades of Pink Flare #C9AAAD

Tints of Pink Flare #C9AAAD

Color information

#C9AAAD (or 0xC9AAAD) is unknown color: approx Pink Flare. HEX triplet: C9, AA and AD. RGB value is (201,170,173). Sum of RGB (Red+Green+Blue) = 201+170+173=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAD is #365552. Grayscale: #B3B3B3. Windows color (decimal): -3560787 or 11381449. OLE color: 11381449.

HSL color Cylindrical-coordinate representation of color #C9AAAD: hue angle of 354.19º 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 #C9AAAD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB201170173-
CMYK00.150.140.21
HSL354.19º22.3%72.75%-
HSV(B)354.19º15.42%78.82%-
XYZ4644.1845.64-
YUV179.61124.27143.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=36.95%
G=31.25%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117017300.150.140.21354.1922.372.75
HexC9AAAD0FE151621649
Octal311252255017162554226111
Binary11001001101010101010110101111111010101101100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAAD; }

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

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

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

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

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

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

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

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