#C9ABAB

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

Shades of Pink Swan #C9ABAB

Tints of Pink Swan #C9ABAB

Color information

#C9ABAB (or 0xC9ABAB) is unknown color: approx Pink Swan. HEX triplet: C9, AB and AB. RGB value is (201,171,171). Sum of RGB (Red+Green+Blue) = 201+171+171=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ABAB is #365454. Grayscale: #B4B4B4. Windows color (decimal): -3560533 or 11250633. OLE color: 11250633.

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

Color convert

RGB201171171-
CMYK00.150.150.21
HSL21.74%72.94%-
HSV(B)14.93%78.82%-
XYZ4644.4844.69-
YUV179.97122.94143-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=37.02%
G=31.49%
B=31.49%

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
Decimal20117117100.150.150.21021.7472.94
HexC9ABAB0FF1501649
Octal3112532530171725026111
Binary110010011010101110101011011111111101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABAB; }

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

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

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

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

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

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

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

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