#C1B0AB

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

Shades of Pink Swan #C1B0AB

Tints of Pink Swan #C1B0AB

Color information

#C1B0AB (or 0xC1B0AB) is unknown color: approx Pink Swan. HEX triplet: C1, B0 and AB. RGB value is (193,176,171). Sum of RGB (Red+Green+Blue) = 193+176+171=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0AB is #3E4F54. Grayscale: #B4B4B4. Windows color (decimal): -4083541 or 11251905. OLE color: 11251905.

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

Color convert

RGB193176171-
CMYK00.090.110.24
HSL13.64º15.07%71.37%-
HSV(B)13.64º11.4%75.69%-
XYZ44.8745.3344.91-
YUV180.51122.63136.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 176 (69.14% from 255) = 32.59%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=35.74%
G=32.59%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317617100.090.110.2413.6415.0771.37
HexC1B0AB09B18ef47
Octal30126025301113301617107
Binary11000001101100001010101101001101111000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0AB; }

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

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

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

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

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

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

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

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