#C4ABA9

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

Shades of Pink Swan #C4ABA9

Tints of Pink Swan #C4ABA9

Color information

#C4ABA9 (or 0xC4ABA9) is unknown color: approx Pink Swan. HEX triplet: C4, AB and A9. RGB value is (196,171,169). Sum of RGB (Red+Green+Blue) = 196+171+169=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABA9 is #3B5456. Grayscale: #B2B2B2. Windows color (decimal): -3888215 or 11119556. OLE color: 11119556.

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

Color convert

RGB196171169-
CMYK00.130.140.23
HSL4.44º18.62%71.57%-
HSV(B)4.44º13.78%76.86%-
XYZ44.4943.7343.63-
YUV178.25122.78140.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=36.57%
G=31.90%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617116900.130.140.234.4418.6271.57
HexC4ABA90DE1741348
Octal3042532510151627423110
Binary11000100101010111010100101101111010111100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABA9; }

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

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

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

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

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

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

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

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