#C9AAAA

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

Shades of Pink Swan #C9AAAA

Tints of Pink Swan #C9AAAA

Color information

#C9AAAA (or 0xC9AAAA) is unknown color: approx Pink Swan. HEX triplet: C9, AA and AA. RGB value is (201,170,170). Sum of RGB (Red+Green+Blue) = 201+170+170=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AAAA is #365555. Grayscale: #B3B3B3. Windows color (decimal): -3560790 or 11184841. OLE color: 11184841.

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

Color convert

RGB201170170-
CMYK00.150.150.21
HSL22.3%72.75%-
HSV(B)15.42%78.82%-
XYZ45.7244.0744.13-
YUV179.27122.77143.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.15%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=37.15%
G=31.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117017000.150.150.21022.372.75
HexC9AAAA0FF1501649
Octal3112522520171725026111
Binary110010011010101010101010011111111101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AAAA; }

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

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

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

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

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

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

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

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