#C0B1AD

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

Shades of Pink Swan #C0B1AD

Tints of Pink Swan #C0B1AD

Color information

#C0B1AD (or 0xC0B1AD) is unknown color: approx Pink Swan. HEX triplet: C0, B1 and AD. RGB value is (192,177,173). Sum of RGB (Red+Green+Blue) = 192+177+173=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1AD is #3F4E52. Grayscale: #B5B5B5. Windows color (decimal): -4148819 or 11383232. OLE color: 11383232.

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

Color convert

RGB192177173-
CMYK00.080.100.25
HSL12.63º13.1%71.57%-
HSV(B)12.63º9.9%75.29%-
XYZ4545.6745.98-
YUV181.03123.47135.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=35.42%
G=32.66%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217717300.080.100.2512.6313.171.57
HexC0B1AD08A19dd48
Octal30026125501012311515110
Binary11000000101100011010110101000101011001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1AD; }

 p { color: rgb(192,177,173); }

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

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

 a { background-color: rgb(192,177,173); }

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

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

 span { border-color: rgb(192,177,173); }

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