#C1B0AD

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

Shades of Pink Swan #C1B0AD

Tints of Pink Swan #C1B0AD

Color information

#C1B0AD (or 0xC1B0AD) is unknown color: approx Pink Swan. HEX triplet: C1, B0 and AD. RGB value is (193,176,173). Sum of RGB (Red+Green+Blue) = 193+176+173=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0AD is #3E4F52. Grayscale: #B4B4B4. Windows color (decimal): -4083539 or 11382977. OLE color: 11382977.

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

Color convert

RGB193176173-
CMYK00.090.100.24
HSL13.89%71.76%-
HSV(B)10.36%75.69%-
XYZ45.0645.4145.92-
YUV180.74123.63136.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=35.61%
G=32.47%
B=31.92%

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
Decimal19317617300.090.100.24913.8971.76
HexC1B0AD09A189e48
Octal30126025501112301116110
Binary11000001101100001010110101001101011000100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B0AD; }

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

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

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

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

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

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

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

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