#C9AAAF

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

Shades of Pink Flare #C9AAAF

Tints of Pink Flare #C9AAAF

Color information

#C9AAAF (or 0xC9AAAF) is unknown color: approx Pink Flare. HEX triplet: C9, AA and AF. RGB value is (201,170,175). Sum of RGB (Red+Green+Blue) = 201+170+175=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAF is #365550. Grayscale: #B3B3B3. Windows color (decimal): -3560785 or 11512521. OLE color: 11512521.

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

Color convert

RGB201170175-
CMYK00.150.130.21
HSL350.32º22.3%72.75%-
HSV(B)350.32º15.42%78.82%-
XYZ46.244.2646.67-
YUV179.84125.27143.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=36.81%
G=31.14%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117017500.150.130.21350.3222.372.75
HexC9AAAF0FD1515e1649
Octal311252257017152553626111
Binary11001001101010101010111101111110110101101011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAAF; }

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

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

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

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

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

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

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

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