#C1B0AE

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

Shades of Pink Swan #C1B0AE

Tints of Pink Swan #C1B0AE

Color information

#C1B0AE (or 0xC1B0AE) is unknown color: approx Pink Swan. HEX triplet: C1, B0 and AE. RGB value is (193,176,174). Sum of RGB (Red+Green+Blue) = 193+176+174=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0AE is #3E4F51. Grayscale: #B4B4B4. Windows color (decimal): -4083538 or 11448513. OLE color: 11448513.

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

Color convert

RGB193176174-
CMYK00.090.100.24
HSL6.32º13.29%71.96%-
HSV(B)6.32º9.84%75.69%-
XYZ45.1645.4446.44-
YUV180.86124.13136.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=35.54%
G=32.41%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317617400.090.100.246.3213.2971.96
HexC1B0AE09A186d48
Octal3012602560111230615110
Binary1100000110110000101011100100110101100011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0AE; }

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

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

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

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

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

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

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

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