#C1AEAA

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

Shades of Pink Swan #C1AEAA

Tints of Pink Swan #C1AEAA

Color information

#C1AEAA (or 0xC1AEAA) is unknown color: approx Pink Swan. HEX triplet: C1, AE and AA. RGB value is (193,174,170). Sum of RGB (Red+Green+Blue) = 193+174+170=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEAA is #3E5155. Grayscale: #B3B3B3. Windows color (decimal): -4084054 or 11185857. OLE color: 11185857.

HSL color Cylindrical-coordinate representation of color #C1AEAA: hue angle of 10.43º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1AEAA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193174170-
CMYK00.100.120.24
HSL10.43º15.65%71.18%-
HSV(B)10.43º11.92%75.69%-
XYZ44.3844.5144.28-
YUV179.22122.79137.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=35.94%
G=32.40%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317417000.100.120.2410.4315.6571.18
HexC1AEAA0AC18a1047
Octal30125625201214301220107
Binary110000011010111010101010010101100110001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEAA; }

 p { color: rgb(193,174,170); }

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

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

 a { background-color: rgb(193,174,170); }

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

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

 span { border-color: rgb(193,174,170); }

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