#C1ADAA

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

Shades of Pink Swan #C1ADAA

Tints of Pink Swan #C1ADAA

Color information

#C1ADAA (or 0xC1ADAA) is unknown color: approx Pink Swan. HEX triplet: C1, AD and AA. RGB value is (193,173,170). Sum of RGB (Red+Green+Blue) = 193+173+170=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADAA is #3E5255. Grayscale: #B2B2B2. Windows color (decimal): -4084310 or 11185601. OLE color: 11185601.

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

Color convert

RGB193173170-
CMYK00.100.120.24
HSL7.83º15.65%71.18%-
HSV(B)7.83º11.92%75.69%-
XYZ44.1944.1344.22-
YUV178.64123.13138.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=36.01%
G=32.28%
B=31.72%

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
Decimal19317317000.100.120.247.8315.6571.18
HexC1ADAA0AC1881047
Octal30125525201214301020107
Binary110000011010110110101010010101100110001000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADAA; }

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

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

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

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

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

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

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

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