#C1B1AE

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

Shades of Pink Swan #C1B1AE

Tints of Pink Swan #C1B1AE

Color information

#C1B1AE (or 0xC1B1AE) is unknown color: approx Pink Swan. HEX triplet: C1, B1 and AE. RGB value is (193,177,174). Sum of RGB (Red+Green+Blue) = 193+177+174=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B1AE is #3E4E51. Grayscale: #B5B5B5. Windows color (decimal): -4083282 or 11448769. OLE color: 11448769.

HSL color Cylindrical-coordinate representation of color #C1B1AE: hue angle of 9.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B1AE is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193177174-
CMYK00.080.100.24
HSL9.47º13.29%71.96%-
HSV(B)9.47º9.84%75.69%-
XYZ45.3545.8446.5-
YUV181.44123.8136.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=35.48%
G=32.54%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317717400.080.100.249.4713.2971.96
HexC1B1AE08A189d48
Octal30126125601012301115110
Binary11000001101100011010111001000101011000100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1AE; }

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

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

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

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

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

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

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

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