#C9ACAC

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

Shades of Pink Swan #C9ACAC

Tints of Pink Swan #C9ACAC

Color information

#C9ACAC (or 0xC9ACAC) is unknown color: approx Pink Swan. HEX triplet: C9, AC and AC. RGB value is (201,172,172). Sum of RGB (Red+Green+Blue) = 201+172+172=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ACAC is #365353. Grayscale: #B4B4B4. Windows color (decimal): -3560276 or 11316425. OLE color: 11316425.

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

Color convert

RGB201172172-
CMYK00.140.140.21
HSL21.17%73.14%-
HSV(B)14.43%78.82%-
XYZ46.2944.945.26-
YUV180.67123.11142.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.88%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=36.88%
G=31.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117217200.140.140.21021.1773.14
HexC9ACAC0EE1501549
Octal3112542540161625025111
Binary110010011010110010101100011101110101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACAC; }

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

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

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

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

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

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

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

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