#C0ABAA

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

Shades of Pink Swan #C0ABAA

Tints of Pink Swan #C0ABAA

Color information

#C0ABAA (or 0xC0ABAA) is unknown color: approx Pink Swan. HEX triplet: C0, AB and AA. RGB value is (192,171,170). Sum of RGB (Red+Green+Blue) = 192+171+170=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABAA is #3F5455. Grayscale: #B1B1B1. Windows color (decimal): -4150358 or 11185088. OLE color: 11185088.

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

Color convert

RGB192171170-
CMYK00.110.110.25
HSL2.73º14.86%70.98%-
HSV(B)2.73º11.46%75.29%-
XYZ43.5643.2344.08-
YUV177.16123.96138.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=36.02%
G=32.08%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217117000.110.110.252.7314.8670.98
HexC0ABAA0BB193f47
Octal3002532520131331317107
Binary110000001010101110101010010111011110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABAA; }

 p { color: rgb(192,171,170); }

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

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

 a { background-color: rgb(192,171,170); }

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

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

 span { border-color: rgb(192,171,170); }

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