#C4ADAA

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

Shades of Pink Swan #C4ADAA

Tints of Pink Swan #C4ADAA

Color information

#C4ADAA (or 0xC4ADAA) is unknown color: approx Pink Swan. HEX triplet: C4, AD and AA. RGB value is (196,173,170). Sum of RGB (Red+Green+Blue) = 196+173+170=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADAA is #3B5255. Grayscale: #B3B3B3. Windows color (decimal): -3887702 or 11185604. OLE color: 11185604.

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

Color convert

RGB196173170-
CMYK00.120.130.23
HSL6.92º18.06%71.76%-
HSV(B)6.92º13.27%76.86%-
XYZ44.9644.5344.25-
YUV179.53122.62139.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=36.36%
G=32.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617317000.120.130.236.9218.0671.76
HexC4ADAA0CD1771248
Octal3042552520141527722110
Binary11000100101011011010101001100110110111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADAA; }

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

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

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

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

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

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

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

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