#C4ABAA

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

Shades of Pink Swan #C4ABAA

Tints of Pink Swan #C4ABAA

Color information

#C4ABAA (or 0xC4ABAA) is unknown color: approx Pink Swan. HEX triplet: C4, AB and AA. RGB value is (196,171,170). Sum of RGB (Red+Green+Blue) = 196+171+170=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAA is #3B5455. Grayscale: #B2B2B2. Windows color (decimal): -3888214 or 11185092. OLE color: 11185092.

HSL color Cylindrical-coordinate representation of color #C4ABAA: hue angle of 2.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABAA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196171170-
CMYK00.130.130.23
HSL2.31º18.06%71.76%-
HSV(B)2.31º13.27%76.86%-
XYZ44.5843.7644.13-
YUV178.36123.28140.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=36.50%
G=31.84%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617117000.130.130.232.3118.0671.76
HexC4ABAA0DD1721248
Octal3042532520151527222110
Binary1100010010101011101010100110111011011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABAA; }

 p { color: rgb(196,171,170); }

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

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

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

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

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

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

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